staging: wilc1000: change data type of result variable to int.
commit987ab5eb5fedd3dc60fe766df01cf5042f83edf8
authorChaehyun Lim <chaehyun.lim@gmail.com>
Fri, 12 Feb 2016 14:04:45 +0000 (12 23:04 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:25:38 +0000 (14 16:25 -0800)
tree104f567cea02574ba08113a070d8da5e9088666a
parentc43f5f9dc4135cdb5c252ae5d35e8ec95740c679
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