]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: sdhci: don't clobber adjacent registers
authorMatt Reimer <mreimer@sdgsystems.com>
Mon, 23 Feb 2015 21:56:58 +0000 (14:56 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:13 +0000 (14:34 +0200)
commit501090735d4de02daa9da639f4a67af60c2dc1ae
tree0fc2f2eee8727391e32cdd09646c2316ac65d9ed
parent7325b4de2fb61bcc4c5310cb41e707d94bb76c39
mmc: sdhci: don't clobber adjacent registers

SDHCI_HOST_CONTROL is a byte-sized register, so don't write to it
as if it were a long, as that would result in clobbering the three
registers following.

Signed-off-by: Matt Reimer <mreimer@sdgsystems.com>
drivers/mmc/sdhci.c