commit | 4d84dbed22cf4c9c0f98b72429499b1a59d63103 | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Sun Jan 03 17:35:55 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 15:11:00 2016 -0800 |
tree | 5306ab84781c4b9234bf7f5be73cd43c22b26a8f | |
parent | 9d6cec9f46eb993a158d6ad48f65aec419683795 [diff] |
staging: wilc1000: fix return type of wilc_add_beacon This patch changes return type of wilc_add_beacon 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 result variable. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>