]> Git Repo - J-u-boot.git/commit
mmc: sdhci: don't clobber adjacent registers
authorMatt Reimer <[email protected]>
Mon, 23 Feb 2015 21:56:58 +0000 (14:56 -0700)
committerPantelis Antoniou <[email protected]>
Wed, 18 Mar 2015 07:53:01 +0000 (09:53 +0200)
commite113fe3c06e34c9d29bd8952955558d585e4f80c
treefff4a38cd501f20d67e36f58d7a96817ca2ab554
parent8ebde4f0b3e513a41b388893a66ade4a6c292465
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 <[email protected]>
drivers/mmc/sdhci.c
This page took 0.03635 seconds and 4 git commands to generate.