commit | 1ab587052b584647ec16e2e021f57cee988213b7 | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Tue Dec 22 09:49:03 2015 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 15:05:35 2016 -0800 |
tree | 2e5dfe5aef463eaa8b2850758be9a9e9dd711a47 | |
parent | 000b5625307dc34fdae9e6f004912a3f6b7195ae [diff] |
staging: wilc1000: fix return type of wilc_set_pmkid_info This patch changes return type of wilc_set_pmkid_info 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>