commit | 4208e6632138c9295820092d254016dd66b50e1c | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Sun Jan 03 17:35:44 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 15:11:00 2016 -0800 |
tree | 1b3320d8adb3ff56dcfb671bac1f3fe43ccfae9c | |
parent | b91e6f33771ed5372bf379d5a33d2aae81842c50 [diff] |
staging: wilc1000: fix return type of wilc_edit_station This patch changes return type of wilc_edit_station 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>