commit | cb8f4e0e6d8bc1d37a50578bf0a84dd5567afa08 | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Wed Dec 30 21:15:41 2015 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 15:09:44 2016 -0800 |
tree | f3d902831d293144ec9c1e2408af5b80948cbd44 | |
parent | 0fd6fa32988413fff37c9c38940737dc2831a11f [diff] |
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>