commit | 5d48f12c4c520e36833ab2c5189393113a65e2c6 | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Wed Dec 30 21:15:30 2015 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 15:09:44 2016 -0800 |
tree | e796b4a67730ba0cbd4356970dcca7813cea55bb | |
parent | 6b0f7cdd893b480ed03ff60f1c122b1aa063205a [diff] |
staging: wilc1000: fix return type of wilc_set_power_mgmt This patch changes return type of wilc_set_power_mgmt 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>