From: Jaehoon Chung Date: Mon, 1 Feb 2016 12:07:31 +0000 (+0900) Subject: mmc: mxcmmc: remove the MMC_DATA_STREAM flag X-Git-Tag: v4.14-rc1~3576^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7357754e9b8ac8873c5c27777e4b56f5aad7361;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index d110f9e..3d1ea5e 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) enum dma_transfer_direction slave_dirn; int i, nents; - if (data->flags & MMC_DATA_STREAM) - nob = 0xffff; - host->data = data; data->bytes_xfered = 0;