From: Janani Ravichandran Date: Sun, 14 Feb 2016 04:53:23 +0000 (-0500) Subject: staging: wilc1000: Remove useless return statement in a void function X-Git-Tag: next-20160301~20^2~444 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=04b2172a6a489dce3efb8d662516b16fc33002fa;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 069fac1e6cab..698267ebc61d 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -3850,8 +3850,6 @@ void wilc_scan_complete_received(struct wilc *wilc, u8 *pu8Buffer, if (result) PRINT_ER("Error in sending message queue scan complete parameters: Error(%d)\n", result); } - - return; } int wilc_remain_on_channel(struct wilc_vif *vif, u32 session_id,