mmc: core: Normalize the error handling branch in sd_read_ext_regs()
authorZhen Lei <thunder.leizhen@huawei.com>
Wed, 30 Nov 2022 13:49:20 +0000 (21:49 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 7 Dec 2022 12:29:14 +0000 (13:29 +0100)
commitfc02e2b52389c8fde02852b2f959c0b45f042bbd
tree2a430a7947f54e5b613476d4a0f468421df6e378
parent04280473b5da4199b1abbac2aa08fd9109e20f82
mmc: core: Normalize the error handling branch in sd_read_ext_regs()

Let's use pr_err() to output the error messages and let's extend a comment
to clarify why returning 0 (success) in one case make sense.

Fixes: c784f92769ae ("mmc: core: Read the SD function extension registers for power management")
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
[Ulf: Clarified the comment and the commit-msg]
Link: https://lore.kernel.org/r/20221130134920.2109-1-thunder.leizhen@huawei.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/sd.c