Loading drivers/mmc/mmc_block.c +20 −18 Original line number Diff line number Diff line Loading @@ -231,6 +231,7 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req) goto cmd_err; } if (rq_data_dir(req) != READ) { do { int err; Loading @@ -252,6 +253,7 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req) if (mmc_decode_status(cmd.resp)) goto cmd_err; #endif } /* * A block was successfully transferred. Loading Loading
drivers/mmc/mmc_block.c +20 −18 Original line number Diff line number Diff line Loading @@ -231,6 +231,7 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req) goto cmd_err; } if (rq_data_dir(req) != READ) { do { int err; Loading @@ -252,6 +253,7 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req) if (mmc_decode_status(cmd.resp)) goto cmd_err; #endif } /* * A block was successfully transferred. Loading