mmc: block: Resume multi-block reads after transient read errors.

Signed-off-by: Bentao Zou <bzou1@motorola.com>
Signed-off-by: David Ding <david.j.ding@motorola.com>
Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
David Ding
2009-10-09 06:38:10 -07:00
committed by Arve Hjønnevåg
parent a7f4cf5b4c
commit 94f9243a14

View File

@@ -378,6 +378,8 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req)
continue;
}
status = get_card_status(card, req);
} else if (disable_multi == 1) {
disable_multi = 0;
}
if (brq.cmd.error) {