commit | e113fe3c06e34c9d29bd8952955558d585e4f80c | [log] [tgz] |
---|---|---|
author | Matt Reimer <mreimer@sdgsystems.com> | Mon Feb 23 14:56:58 2015 -0700 |
committer | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Wed Mar 18 09:53:01 2015 +0200 |
tree | fff4a38cd501f20d67e36f58d7a96817ca2ab554 | |
parent | 8ebde4f0b3e513a41b388893a66ade4a6c292465 [diff] |
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>