staging: wilc1000: Modify tcp_process to return void rather than int
authorJanani Ravichandran <janani.rvchndrn@gmail.com>
Tue, 16 Feb 2016 19:07:00 +0000 (14:07 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 00:58:06 +0000 (16:58 -0800)
commitaae96201517678c241ea94da42a6756f80215362
tree1b2454de4307491f1df61420e235f05343c67644
parent792f4b1c4e267c0d5a6f654c3f156f1b7a0ba824
staging: wilc1000: Modify tcp_process to return void rather than int

tcp_process() returns int, which is not used anywhere. So, change
function header to return void intead of int and remove all uses of
the local variable ret, which is used as a return variable in the
function.

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c