linux/drivers/staging/rtl8723bs
Christophe JAILLET c3e43d8b95 staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'
We return 0 unconditionally in 'rtw_wx_read32()'.
However, 'ret' is set to some error codes in several error handling paths.

Return 'ret' instead to propagate the error code.

Fixes: 554c0a3abf ("staging: Add rtl8723bs sdio wifi driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-11-07 13:08:28 +01:00
..
core staging: rtl8723bs: core: Remove true and false comparison 2018-10-09 14:57:33 +02:00
hal staging: rtl8723bs: fix spelling mistake "Abnrormal" -> "Abnormal" 2018-10-14 13:29:34 +02:00
include staging: rtl8723bs: fix spelling mistake "toogle" -> "toggle" 2018-09-25 21:03:05 +02:00
os_dep staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()' 2018-11-07 13:08:28 +01:00
Kconfig
Makefile staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'. 2018-05-25 18:47:22 +02:00
TODO