Skip to content

Commit

Permalink
mmc: block: fix semicolon.cocci warnings
Browse files Browse the repository at this point in the history
drivers/mmc/core/block.c:1929:3-4: Unneeded semicolon

 Remove unneeded semicolon.

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

CC: Linus Walleij <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
  • Loading branch information
Wu Fengguang authored and storulf committed Jun 20, 2017
1 parent 2185bc2 commit 7322238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/core/block.c
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ void mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req)
mmc_blk_issue_rw_rq(mq, req);
card->host->context_info.is_waiting_last_req = false;
break;
};
}
} else {
/* No request, flushing the pipeline with NULL */
mmc_blk_issue_rw_rq(mq, NULL);
Expand Down

0 comments on commit 7322238

Please sign in to comment.