staging:r8192u: replace request_module with try_then_request_module
authorIvan Safonov <insafonov@gmail.com>
Sun, 10 Sep 2017 18:34:28 +0000 (21:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2017 14:35:27 +0000 (16:35 +0200)
commit5a5251b8ad8c3383c5a3443744fdc4d303d32539
treea88bed2d206cc041830dc0c0b7189c9bc50aae46
parenta7e585918ecd5a21b0d90bf3ca8ae397ce9dbc77
staging:r8192u: replace request_module with try_then_request_module

Return value of request_module() does not handled,
so it is possible to use shorter try_then_request_module().

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c