]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: wilc1000: change data type of result in handle_cfg_param
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 12 Jun 2016 23:28:11 +0000 (08:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 21:38:49 +0000 (14:38 -0700)
commiteebb4df136a8b60b2fddda3886aaf20c8f3a644f
tree22a302b9c94bb3064881ed2d406a38031333f9a3
parentfbc976c1eb540ae06b4201dd9707ddace77d15eb
staging: wilc1000: change data type of result in handle_cfg_param

This patch changes data type of result variable from s32 to int. result
is used to get 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