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