]> git.baikalelectronics.ru Git - kernel.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)
commit0fae6338d86a5e468d34a50cff844ec47ad854a1
tree22a302b9c94bb3064881ed2d406a38031333f9a3
parent427ce9a2a2264b1b9d075e358547c5ec4cf8a5ad
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