projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57cc962
)
mmc: dw_mmc: Remove SDMMC_INT_ERROR
author
Shawn Lin
<shawn.lin@rock-chips.com>
Tue, 6 Jan 2026 02:16:54 +0000
(10:16 +0800)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 23 Feb 2026 11:06:54 +0000
(12:06 +0100)
SDMMC_INT_ERROR is defined as 0xbfc2, which looks like a magic number and
it's never used, so remove it.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc.h
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/dw_mmc.h
b/drivers/mmc/host/dw_mmc.h
index
bf3566a
..
0ff301c
100644
(file)
--- a/
drivers/mmc/host/dw_mmc.h
+++ b/
drivers/mmc/host/dw_mmc.h
@@
-399,7
+399,6
@@
struct dw_mci_board {
#define SDMMC_INT_CMD_DONE BIT(2)
#define SDMMC_INT_RESP_ERR BIT(1)
#define SDMMC_INT_CD BIT(0)
-#define SDMMC_INT_ERROR 0xbfc2
/* Command register defines */
#define SDMMC_CMD_START BIT(31)
#define SDMMC_CMD_USE_HOLD_REG BIT(29)