commit | 0b477624906983df8c0bd705020982c956db1e57 | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Tue Dec 22 09:49:08 2015 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 15:05:35 2016 -0800 |
tree | 9022cc89525052c7c423e87635c4b337ac05692f | |
parent | 1eabfe3fe7107feef75dbb2f4afa9aee7eb64960 [diff] |
staging: wilc1000: fix return type of wilc_set_mac_address This patch changes return type of wilc_set_mac_address from s32 to int. The result variable gets return value from wilc_mq_send that has return 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>