commit | fc6138b6cfc0319791ff860aecd06126b0c6e578 | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Tue Apr 19 09:35:29 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 28 22:04:55 2016 -0700 |
tree | 5fea3e6fc52a5c552674ef31a45e3539423c6d56 | |
parent | 14f3b086fc8225f60b0efaafec2a7bca443f8171 [diff] |
staging: wilc1000: change handle_set_ip_address's return type to void When handle_set_ip_address is called in hostIFthread that is a kernel thread, it is not checked return type of this function. This patch changes return type to void and removes braces if statement due to have a single statement. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>