commit | 1e995c10791f83f606b94b73c0f89ac29aea4824 | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Tue Jan 05 23:06:57 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 15:17:27 2016 -0800 |
tree | b78ab75f768b01433526ad783bcb184c1eaf6ee0 | |
parent | 3bff53a880b94df68e95b64b49929578af1b007a [diff] |
staging: wilc1000: fix return type of wilc_init This patch changes return type of wilc_init from s32 to int. The error code as -ENOMEM or -EFAULT is returned in the wilc_init. It is better to use return type of int in this function, not s32. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>