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

Commit 36dbd401 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: rtl8192su: fix build warnings



This fixes some build warnings in the rtl8192su driver.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5f53d8ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@ int ieee80211_wx_set_encode_ext(struct ieee80211_device *ieee,

	 ops = ieee80211_get_crypto_ops(alg);
        if (ops == NULL) {
                request_module(module);
                request_module("%s", module);
                ops = ieee80211_get_crypto_ops(alg);
        }
        if (ops == NULL) {