staging: wilc1000: set_channel: fix data type of s32Error
authorChaehyun Lim <chaehyun.lim@gmail.com>
Fri, 2 Oct 2015 07:41:19 +0000 (16:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2015 10:05:53 +0000 (12:05 +0200)
commit7584019e575286d35b2a1151a8f7f3038bf3d377
tree90d8b8690c2adafd5bd61733fa87204d37d36386
parent9a4598316e20a30a8926a81e2032f592ebe7e42a
staging: wilc1000: set_channel: fix data type of s32Error

This patch changes data type of s32Error variable from s32 to int
because return type of this function is 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
This page took 0.024446 seconds and 5 git commands to generate.