]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd1d3b048ee9fd8854dd567b0943134611a2a8b5a
treea88bed2d206cc041830dc0c0b7189c9bc50aae46
parent30e5ebd55f4732e121d2eeea22d8cea7986841d3
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