Commit 17d4591d authored by Nicholas Sim's avatar Nicholas Sim Committed by Greg Kroah-Hartman

staging: rtl8188eu: remove return at end of void function call

Remove unnecessary return statement from last line of void function call
Signed-off-by: default avatarNicholas Sim <nicholassimws@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fb025382
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment