projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
400fdb2
)
mmc: core: Drop unused define for timeout
author
Ulf Hansson
<ulf.hansson@linaro.org>
Wed, 2 May 2018 13:13:06 +0000
(15:13 +0200)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Tue, 8 May 2018 07:45:33 +0000
(09:45 +0200)
MMC_CORE_TIMEOUT_MS isn't being used no more, let's drop it.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/core.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/core/core.c
b/drivers/mmc/core/core.c
index 2c1a220531c4b0f6152065687ab3306188c34cae..42cfcb64abe0d8dc537199e573a9adf481f41c6a 100644
(file)
--- a/
drivers/mmc/core/core.c
+++ b/
drivers/mmc/core/core.c
@@
-50,9
+50,6
@@
#include "sd_ops.h"
#include "sdio_ops.h"
-/* If the device is not responding */
-#define MMC_CORE_TIMEOUT_MS (10 * 60 * 1000) /* 10 minute timeout */
-
/* The max erase timeout, used when host->max_busy_timeout isn't specified */
#define MMC_ERASE_TIMEOUT_MS (60 * 1000) /* 60 s */