]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: renesas_sdhi: remove double clear of automatic correction
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 17 Dec 2019 11:40:30 +0000 (12:40 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Mar 2020 13:35:38 +0000 (14:35 +0100)
commit2e7f2ba74c6f12ec239606f0f8af83d86ea1b06a
tree86023fde6209f6f56d83b915aae0ccc1dd8d4c6e
parent439ba6309e6b40935e90566c7f0d3574b2bec7b1
mmc: renesas_sdhi: remove double clear of automatic correction

hw_reset() clears the automatic correction bit twice. I couldn't find
anything in the docs recommending that. Removing one of them didn't
cause any regressions here, so keep it simple.

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20191217114034.13290-2-wsa+renesas@sang-engineering.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/renesas_sdhi_core.c