mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 06:10:45 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6f5b8d2ace
commit
04b2172a6a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user