commit | 03a5d8c0854c02a3c54ee09d9b784e82f0c1c9aa | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Tue Jan 05 23:06:45 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 15:14:39 2016 -0800 |
tree | fe97ee5115592fe5f4de2a2f39742ff0172a7695 | |
parent | 40e05e86d5fcb3d652c49a2b0ad93573a7dca2b4 [diff] |
staging: wilc1000: fix return type of wilc_scan This patch changes return type of wilc_scan 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>