projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2c90c3
)
mmc: core: remove the MMC_DATA_STREAM flag
author
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 1 Feb 2016 12:07:35 +0000
(21:07 +0900)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 29 Feb 2016 10:03:02 +0000
(11:03 +0100)
It's not set to MMC_DATA_STREAM anywhere.
It seems that it had been used with CMD11/CMD20.
But according to Spec, CMD11/CMD20 are obsolete command.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
include/linux/mmc/core.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mmc/core.h
b/include/linux/mmc/core.h
index 37967b6da03cf542d7a5762342c2089d93054b7a..b01e77de1a74de9350fd96a66440566592a69bf5 100644
(file)
--- a/
include/linux/mmc/core.h
+++ b/
include/linux/mmc/core.h
@@
-113,7
+113,6
@@
struct mmc_data {
#define MMC_DATA_WRITE (1 << 8)
#define MMC_DATA_READ (1 << 9)
-#define MMC_DATA_STREAM (1 << 10)
unsigned int bytes_xfered;