summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2016-02-01 21:07:27 +0900
committerUlf Hansson <ulf.hansson@linaro.org>2016-02-29 11:02:59 +0100
commitc52f76244791d5ce7f960c961520fc10eb2d42fe (patch)
tree97993e40556d43221c92723a5ec8b7a3f30574f9 /drivers/mmc
parentfd551d940f77d4ca2bd408c672698d9bf9a4b7ae (diff)
downloadop-kernel-dev-c52f76244791d5ce7f960c961520fc10eb2d42fe.zip
op-kernel-dev-c52f76244791d5ce7f960c961520fc10eb2d42fe.tar.gz
mmc: bfin_sdh: remove the MMC_DATA_STREAM flag
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/bfin_sdh.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/host/bfin_sdh.c b/drivers/mmc/host/bfin_sdh.c
index 2b7f37e..526231e 100644
--- 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 */
OpenPOWER on IntegriCloud