rsi: return explicit error values
authorEnrico Weigelt <info@metux.net>
Thu, 27 Jun 2019 14:30:02 +0000 (16:30 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 24 Jul 2019 11:42:06 +0000 (14:42 +0300)
commit231e83fdcd03bce4f5c71fc318cbdbe65bd2b80b
tree62aa49312056c21fcdbcaa1cc53da349da224e6e
parent3e3bb69589e482e0783f28d4cd1d8e56fda0bcbb
rsi: return explicit error values

Explicitly return constants instead of variable (and rely on
it to be explicitly initialized), if the value is supposed
to be fixed anyways. Align it with the rest of the driver,
which does it the same way.

Signed-off-by: Enrico Weigelt <info@metux.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/rsi/rsi_91x_sdio.c