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>
int WILC_WFI_InitHostInt(struct net_device *net)
{
- s32 s32Error = 0;
+ int s32Error = 0;
struct wilc_priv *priv;
*/
int WILC_WFI_DeInitHostInt(struct net_device *net)
{
- s32 s32Error = 0;
+ int s32Error = 0;
struct wilc_priv *priv;