diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2016-02-01 07:07:31 -0500 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-02-29 05:03:00 -0500 |
commit | a7357754e9b8ac8873c5c27777e4b56f5aad7361 (patch) | |
tree | 6784fa62df6ef5d1684b5b79efa8871b385f70bf | |
parent | 31f1c4425bbc9d77e20562f7502360ba614f8131 (diff) |
mmc: mxcmmc: 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>
-rw-r--r-- | drivers/mmc/host/mxcmmc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index d110f9e98c4b..3d1ea5e0e549 100644 --- a/drivers/mmc/host/mxcmmc.c +++ b/drivers/mmc/host/mxcmmc.c | |||
@@ -307,9 +307,6 @@ static int mxcmci_setup_data(struct mxcmci_host *host, struct mmc_data *data) | |||
307 | enum dma_transfer_direction slave_dirn; | 307 | enum dma_transfer_direction slave_dirn; |
308 | int i, nents; | 308 | int i, nents; |
309 | 309 | ||
310 | if (data->flags & MMC_DATA_STREAM) | ||
311 | nob = 0xffff; | ||
312 | |||
313 | host->data = data; | 310 | host->data = data; |
314 | data->bytes_xfered = 0; | 311 | data->bytes_xfered = 0; |
315 | 312 | ||