mmc: block: Resume multi-block reads after transient read errors.
authorDavid Ding <david.j.ding@motorola.com>
Fri, 9 Oct 2009 13:38:10 +0000 (06:38 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:02:33 +0000 (12:02 -0800)
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>
drivers/mmc/card/block.c

index d801935..58ce18a 100644 (file)
@@ -818,6 +818,8 @@ static int mmc_blk_issue_rw_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.sbc.error) {