commit | 9d418fa883b4cee9c20fba35b9c93d1680c79ccc | [log] [tgz] |
---|---|---|
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | Fri May 04 06:16:11 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 06 18:58:37 2018 -0700 |
tree | b285375a7cb038f571d00b51523b55b9b79ca52c | |
parent | 49705f9a0ddd5bc4b694fae9bcfe03a2c0eb9cdd [diff] |
staging: ks7010: change local variable type in _ks_wlan_hw_power_save Local variable 'byte' in _ks_wlan_hw_power_save function is declared as unsigned char and can be declared as u8 which is preferred. It is being using with ks7010_sdio_readb which expects u8 already. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>