staging: rtl8188eu: remove return at end of void function call
authorNicholas Sim <nicholassimws@gmail.com>
Fri, 18 Mar 2016 12:11:07 +0000 (12:11 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
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>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c

index da6ccc1..86108d4 100644 (file)
@@ -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. */