]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: change return type of ret variable in handle_get_tx_pwr
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 6 Apr 2016 23:10:37 +0000 (08:10 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Apr 2016 05:03:39 +0000 (22:03 -0700)
commit4006d942021c3a675f55a06e05be51a0d12292bb
tree2f470d80fe138b8cb29f58a99d3c6852ed6dab31
parent614d5e601983fe0553c3aa16d8808741450e8808
staging: wilc1000: change return type of ret variable in handle_get_tx_pwr

This patch changes return type of ret variable from s32 to int.
ret has return value from wilc_send_config_pkt that has return type of
int.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c