Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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. */