提交 7322238f 编写于 作者: W Wu Fengguang 提交者: Ulf Hansson

mmc: block: fix semicolon.cocci warnings

drivers/mmc/core/block.c:1929:3-4: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
上级 2185bc2c
...@@ -1940,7 +1940,7 @@ void mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req) ...@@ -1940,7 +1940,7 @@ void mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req)
mmc_blk_issue_rw_rq(mq, req); mmc_blk_issue_rw_rq(mq, req);
card->host->context_info.is_waiting_last_req = false; card->host->context_info.is_waiting_last_req = false;
break; break;
}; }
} else { } else {
/* No request, flushing the pipeline with NULL */ /* No request, flushing the pipeline with NULL */
mmc_blk_issue_rw_rq(mq, NULL); mmc_blk_issue_rw_rq(mq, NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册