]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: fix return type of wilc_add_pkt declaration
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 22 Dec 2015 00:48:57 +0000 (09:48 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 23:05:35 +0000 (15:05 -0800)
commite630df9d95faa6a9a1c2326fd415ed95c4699d6d
treec76ebf170d0fb63c780f4fb8add87add19e13642
parenta113014568689b598749cb5e334241509772ebc6
staging: wilc1000: fix return type of wilc_add_pkt declaration

This patch changes return type of wilc_add_pkt declaration from s32 to
int. The return type of this function declaration and definition should
be same as data 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.h