]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit34682c44aec0f6419a201089babcc36b8cc1c85f
tree5fea3e6fc52a5c552674ef31a45e3539423c6d56
parent65ce615a2f06dce1dae2cc47a5818083630b5dbd
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