]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ks7010: review local variable types in hostif_phy_information_confirm
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 4 May 2018 04:16:51 +0000 (06:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2018 01:58:41 +0000 (18:58 -0700)
commit0a39fda444f3e253765f4f2a36d5253ddc718731
tree8e8abbe6ba512e22ce3408a04d99f6d988f316a4
parentb933bf90776e5c9bb7e81e852bb6c17bcbe6168b
staging: ks7010: review local variable types in hostif_phy_information_confirm

This commit changes types for local variables declared in
hostif_phy_information_confirm function to use the preferred
one 'u8' and 'u32'. Its values are get using get_byte and get_dword
functions which returns 'u8' and 'u32' so it makes sense.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c