staging: wilc1000: fix return type of host_int_get_ipaddress
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 30 Dec 2015 12:15:41 +0000 (21:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 23:09:44 +0000 (15:09 -0800)
commitcb8f4e0e6d8bc1d37a50578bf0a84dd5567afa08
treef3d902831d293144ec9c1e2408af5b80948cbd44
parent0fd6fa32988413fff37c9c38940737dc2831a11f
staging: wilc1000: fix return type of host_int_get_ipaddress

This patch changes return type of host_int_get_ipaddress from s32 to
int. The result variable gets return value from wilc_mq_send that has
data type of int. It should be changed return type of this function as
well as data type of result variable.

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