forked from Minki/linux
Staging: rtl8187se: Remove unnecessary return statement in ieee80211_crypt_tkip.c
This patch removes an unnecessary return statement in the function ieee80211_tkip_null() in ieee80211/ieee80211_crypt_tkip.c. Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5befdae5b5
commit
4a0b1c4181
@ -739,5 +739,4 @@ void ieee80211_crypto_tkip_exit(void)
|
||||
|
||||
void ieee80211_tkip_null(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user