linux/drivers/staging/rtl8723bs
Wen Yang 2a68ead3de staging: rtl8723bs: remove redundant null check on pregpriv
The null check on &padapter->registrypriv is redundant since registrypriv
is a struct inside padapter and can never be null, so the check is always
true.  we may remove it.

Signed-off-by: Wen Yang <wen.yang99@zte.com.cn>
CC: devel@driverdev.osuosl.org
CC: linux-kernel@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-11-26 20:59:05 +01:00
..
core staging: rtl8723bs: fix typo in function name rtw_sctx_chk_waring_status 2018-11-05 15:25:39 +01:00
hal staging: rtl8723bs: Correct errors from checkpatch 2018-11-20 10:53:54 +01:00
include staging: rtl8723bs: fix small typo 2018-11-07 13:07:26 +01:00
os_dep staging: rtl8723bs: remove redundant null check on pregpriv 2018-11-26 20:59:05 +01:00
Kconfig
Makefile staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'. 2018-05-25 18:47:22 +02:00
TODO