]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: change data type of result variable to int.
authorChaehyun Lim <chaehyun.lim@gmail.com>
Fri, 12 Feb 2016 14:04:45 +0000 (23:04 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:25:38 +0000 (16:25 -0800)
commit921a6d255ed3d8223f9b4de16d6d70995610d7fb
tree104f567cea02574ba08113a070d8da5e9088666a
parent0625b144ed0ddb35fa21266ce2d27f83dc861492
staging: wilc1000: change data type of result variable to int.

result variable gets value from wilc_send_config_pkt that has
return value of int. This patch changes data type of result variable to
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