Revert "mmc: block: Resume multi-block reads after transient read errors."
author黄涛 <huangtao@rock-chips.com>
Sat, 30 Jul 2011 14:49:08 +0000 (22:49 +0800)
committer黄涛 <huangtao@rock-chips.com>
Sat, 30 Jul 2011 14:49:08 +0000 (22:49 +0800)
This reverts commit 94f9243a145376ef793dce987f4eeb42adf6f289.

drivers/mmc/card/block.c

index aca64387cc57404849d11e2aafe69b4a5f15fc4a..853e5dbc1cdf5b66ed6c45b6c4c7d52fb44ae7ae 100644 (file)
@@ -378,8 +378,6 @@ 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) {