提交 36dbd401 编写于 作者: G Greg Kroah-Hartman

Staging: rtl8192su: fix build warnings

This fixes some build warnings in the rtl8192su driver.
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 5f53d8ca
...@@ -731,7 +731,7 @@ int ieee80211_wx_set_encode_ext(struct ieee80211_device *ieee, ...@@ -731,7 +731,7 @@ int ieee80211_wx_set_encode_ext(struct ieee80211_device *ieee,
ops = ieee80211_get_crypto_ops(alg); ops = ieee80211_get_crypto_ops(alg);
if (ops == NULL) { if (ops == NULL) {
request_module(module); request_module("%s", module);
ops = ieee80211_get_crypto_ops(alg); ops = ieee80211_get_crypto_ops(alg);
} }
if (ops == NULL) { if (ops == NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册