projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de23f0b
)
mmc: sdhci: Fix indenting on SDHCI_CTRL_8BITBUS
author
Raul E Rangel
<rrangel@chromium.org>
Mon, 17 Jun 2019 20:10:14 +0000
(14:10 -0600)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Tue, 18 Jun 2019 11:39:03 +0000
(13:39 +0200)
Remove whitespace in front of SDHCI_CTRL_8BITBUS. The value is not part
of SDHCI_CTRL_DMA_MASK.
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/sdhci.h
b/drivers/mmc/host/sdhci.h
index 199712e7adbb3dad5c1ab6e306448d6fd32648a2..89fd96596a1f75e18f600761a41302d455124f64 100644
(file)
--- a/
drivers/mmc/host/sdhci.h
+++ b/
drivers/mmc/host/sdhci.h
@@
-89,7
+89,7
@@
#define SDHCI_CTRL_ADMA32 0x10
#define SDHCI_CTRL_ADMA64 0x18
#define SDHCI_CTRL_ADMA3 0x18
-#define
SDHCI_CTRL_8BITBUS
0x20
+#define
SDHCI_CTRL_8BITBUS
0x20
#define SDHCI_CTRL_CDTEST_INS 0x40
#define SDHCI_CTRL_CDTEST_EN 0x80