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