Merge "mmc: card: Ratelimit the error log in mmc_blk_cmd_recovery()"
This commit is contained in:
commit
d3a27d6fc2
1 changed files with 1 additions and 1 deletions
|
@ -1701,7 +1701,7 @@ static int mmc_blk_cmd_recovery(struct mmc_card *card, struct request *req,
|
|||
mmc_retune_recheck(card->host);
|
||||
|
||||
prev_cmd_status_valid = false;
|
||||
pr_err("%s: error %d sending status command, %sing\n",
|
||||
pr_err_ratelimited("%s: error %d sending status command, %sing\n",
|
||||
req->rq_disk->disk_name, err, retry ? "retry" : "abort");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue