staging: wilc1000: change handle_set_ip_address's return type to void
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 19 Apr 2016 00:35:29 +0000 (09:35 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Apr 2016 05:04:55 +0000 (22:04 -0700)
commitfc6138b6cfc0319791ff860aecd06126b0c6e578
tree5fea3e6fc52a5c552674ef31a45e3539423c6d56
parent14f3b086fc8225f60b0efaafec2a7bca443f8171
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>
drivers/staging/wilc1000/host_interface.c