staging: wilc1000: change handle_cfg_param's return type to void
commitfbc976c1eb540ae06b4201dd9707ddace77d15eb
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 12 Jun 2016 23:28:10 +0000 (13 08:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 21:38:49 +0000 (25 14:38 -0700)
treeab6f24c6bada70f95eae2bbc2462a538c3450f69
parent9936913e549bca6721157418bb5014118c3786e0
staging: wilc1000: change handle_cfg_param's return type to void

When handle_cfg_param 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.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c