mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
staging: rtl8188eu: remove return at end of void function call
Remove unnecessary return statement from last line of void function call Signed-off-by: Nicholas Sim <nicholassimws@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fb025382b4
commit
17d4591d96
1 changed files with 0 additions and 1 deletions
|
@ -2100,7 +2100,6 @@ static void site_survey(struct adapter *padapter)
|
|||
issue_action_BSSCoexistPacket(padapter);
|
||||
issue_action_BSSCoexistPacket(padapter);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
/* collect bss info from Beacon and Probe request/response frames. */
|
||||
|
|
Loading…
Reference in a new issue