summaryrefslogtreecommitdiff
path: root/drivers/mmc/card/block.c
diff options
context:
space:
mode:
authorJohan Rudholm <johan.rudholm@axis.com>2014-09-17 09:50:42 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2014-09-19 00:03:37 +0200
commit5e1344eb3f4804d2d50195e197fcbcdbd60ad049 (patch)
treeab3fed9d51c4fea1b1748e6e37f52ef5bdbce8f9 /drivers/mmc/card/block.c
parent7e1fc19b29e925d4e567a708625dad1f0fb8bf16 (diff)
mmc: block: change stop errors to info
Stop command errors are not fatal to the transfer since we make sure that the card returns to the transfer state and check the card status. Change an unnecessary error to an info. Signed-off-by: Johan Rudholm <johanru@axis.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/card/block.c')
-rw-r--r--drivers/mmc/card/block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c
index e248b960e62c..5d2799730a32 100644
--- a/drivers/mmc/card/block.c
+++ b/drivers/mmc/card/block.c
@@ -977,7 +977,7 @@ static int mmc_blk_cmd_recovery(struct mmc_card *card, struct request *req,
return ERR_CONTINUE;
/* Now for stop errors. These aren't fatal to the transfer. */
- pr_err("%s: error %d sending stop command, original cmd response %#x, card status %#x\n",
+ pr_info("%s: error %d sending stop command, original cmd response %#x, card status %#x\n",
req->rq_disk->disk_name, brq->stop.error,
brq->cmd.resp[0], status);