[PATCH] staging: rtl8188eu: remove return at end of void function call

From: Nicholas Sim
Date: Fri Mar 18 2016 - 08:11:21 EST


Remove unnecessary return statement from last line of void function call

Signed-off-by: Nicholas Sim <nicholassimws@xxxxxxxxx>
---
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
index 591a912..064721b 100644
--- a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
+++ b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
@@ -2105,7 +2105,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. */
--
2.4.3