Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8574fa89 authored by Konstantin Dorfman's avatar Konstantin Dorfman
Browse files

mmc: core: Change stop_request() print to debug log level



The only error returned by stop_request(), is returned when there is
no current request to stop. This case is handled by mmc_stop_request()
caller.

Change-Id: I09bb30593d6accefef5d550881d87b6bf603296c
Signed-off-by: default avatarKonstantin Dorfman <kdorfman@codeaurora.org>
parent 7a91470b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -650,7 +650,7 @@ static int mmc_stop_request(struct mmc_host *host)
	}
	err = host->ops->stop_request(host);
	if (err) {
		pr_err("%s: Call to host->ops->stop_request() failed (%d)\n",
		pr_debug("%s: Call to host->ops->stop_request() failed (%d)\n",
				mmc_hostname(host), err);
		goto out;
	}