projects
/
GitHub
/
moto-9609
/
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:
fd551d9
)
mmc: bfin_sdh: remove the MMC_DATA_STREAM flag
author
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 1 Feb 2016 12:07:27 +0000
(21:07 +0900)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 29 Feb 2016 10:02:59 +0000
(11:02 +0100)
Remove the MMC_DATA_STREAM flag because it isn't used anymore.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/bfin_sdh.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/bfin_sdh.c
b/drivers/mmc/host/bfin_sdh.c
index 2b7f37e82ca94edf7c875c8cd32614675d625a54..526231e385831526c6f64f9dd8cb8d333c514de5 100644
(file)
--- a/
drivers/mmc/host/bfin_sdh.c
+++ b/
drivers/mmc/host/bfin_sdh.c
@@
-126,9
+126,6
@@
static int sdh_setup_data(struct sdh_host *host, struct mmc_data *data)
length = data->blksz * data->blocks;
bfin_write_SDH_DATA_LGTH(length);
- if (data->flags & MMC_DATA_STREAM)
- data_ctl |= DTX_MODE;
-
if (data->flags & MMC_DATA_READ)
data_ctl |= DTX_DIR;
/* Only supports power-of-2 block size */