Linux MultiMedia Card development
 help / color / mirror / Atom feed
From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <kernel@pengutronix.de>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: BUG: SDHCI fails to DMA-unmap, and other warnings
Date: Thu, 17 Dec 2015 22:00:45 +0000	[thread overview]
Message-ID: <20151217220045.GA27072@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20151217215140.GK8644@n2100.arm.linux.org.uk>

And another one:

"mmcblk0: retrying because a re-tune was needed"

static int mmc_blk_err_check(struct mmc_card *card,
                             struct mmc_async_req *areq)
{
...
        if (brq->data.error) {
                if (need_retune && !brq->retune_retry_done) {
                        pr_info("%s: retrying because a re-tune was needed\n",
                                req->rq_disk->disk_name);
                        brq->retune_retry_done = 1;
                        return MMC_BLK_RETRY;

This looks like it'll spam the kernel log regularly if MMC/SD is used
heavily with a UHS card, which (iirc) requires regular retunes.  Why is
this message at info level, and not debug level?

-- 
RMK's Patch system: http://www.arm.linux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.

  reply	other threads:[~2015-12-17 22:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17 21:51 BUG: SDHCI fails to DMA-unmap, and other warnings Russell King - ARM Linux
2015-12-17 22:00 ` Russell King - ARM Linux [this message]
2015-12-17 22:18   ` Russell King - ARM Linux
2015-12-17 22:37     ` Russell King - ARM Linux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151217220045.GA27072@n2100.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox