mmc: remove MMC_CAP2_NO_MULTI_READ flags
Now, mmc framework uses multi_io_quirk for I/O HW bug workaround. MMC_CAP2_NO_MULTI_READ flag is no longer needed Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:

committed by
Ulf Hansson

szülő
9674e95453
commit
0abb71feb2
@@ -1398,11 +1398,6 @@ static void mmc_blk_rw_rq_prep(struct mmc_queue_req *mqrq,
|
||||
if (disable_multi)
|
||||
brq->data.blocks = 1;
|
||||
|
||||
/* Some controllers can't do multiblock reads due to hw bugs */
|
||||
if (card->host->caps2 & MMC_CAP2_NO_MULTI_READ &&
|
||||
rq_data_dir(req) == READ)
|
||||
brq->data.blocks = 1;
|
||||
|
||||
/*
|
||||
* Some controllers have HW issues while operating
|
||||
* in multiple I/O mode
|
||||
|
Reference in New Issue
Block a user