staging: wilc1000: Remove useless return statement in a void function
authorJanani Ravichandran <janani.rvchndrn@gmail.com>
Sun, 14 Feb 2016 04:53:23 +0000 (23:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:31:44 +0000 (16:31 -0800)
commit04b2172a6a489dce3efb8d662516b16fc33002fa
tree6f7a0262d18c92622a698f4a5a4b27519d9b8cfb
parent6f5b8d2ace5d19bb4d1f7e9791b2ba9651297d92
staging: wilc1000: Remove useless return statement in a void function

Remove the return statement at the end of the void function as it has
no purpose.

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