Files
twx-linux/drivers
Christophe JAILLET de7e3f88dd staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'
[ Upstream commit c3e43d8b95 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2018-12-17 09:24:29 +01:00
..
2018-12-13 09:16:23 +01:00
2018-11-13 11:08:18 -08:00
2018-10-17 22:00:22 -07:00
2018-11-13 11:08:51 -08:00
2018-11-27 16:13:09 +01:00