]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: wilc1000: replace s32 with int
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 20 Sep 2015 06:51:23 +0000 (15:51 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 02:05:09 +0000 (19:05 -0700)
commit1a8ccd85854c24963306c23382afb8a7fd3c046b
tree305d11dd9f2baee9cac250fe602de2219bec74b5
parentf1fe9c435d048cba8dcb4f0515f016722e246f73
staging: wilc1000: replace s32 with int

This patch changes date type of s32Error as int.
The return type of WILC_WFI_InitHostInt and WILC_WFI_DeInitHostInt is int
so that data type of this variable is changed by int.

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