]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci_am654: Fix SLOTTYPE write
authorFaiz Abbas <faiz_abbas@ti.com>
Tue, 28 May 2019 09:59:26 +0000 (15:29 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 3 Jun 2019 13:18:25 +0000 (15:18 +0200)
commitf03c1ba78a76dcd2511ad35efe02c8a07f6f59ca
tree41386417a556d4519dc08502420611a1bf07e3c1
parentac8c5e7f87fe43e786d0fed33034c3e921c189ab
mmc: sdhci_am654: Fix SLOTTYPE write

In the call to regmap_update_bits() for SLOTTYPE, the mask and value
fields are exchanged. Fix this.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Fixes: c5aa40cf3c12 ("mmc: sdhci_am654: Add Initial Support for AM654 SDHCI driver")
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci_am654.c