]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00221185: mmc: sdhci: change info level when data preparation is invalid
authorRyan QIAN <b32804@freescale.com>
Thu, 23 Aug 2012 05:02:29 +0000 (13:02 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:17 +0000 (08:35 +0200)
- invalid data preparation is a reasonable path, so no need to set to
WARNING level, change it to DEBUG level.

Signed-off-by: Ryan QIAN <b32804@freescale.com>
drivers/mmc/host/sdhci.c

index 6894cb96bcd05a8ef5f2c7f40dfe9f9e3b12eb86..123459dee6ed63c9a1fdb8b1d3c9447088d43679 100755 (executable)
@@ -1887,7 +1887,7 @@ static int sdhci_pre_dma_transfer(struct sdhci_host *host,
 
        if (!next && data->host_cookie &&
            data->host_cookie != host->next_data.cookie) {
-               printk(KERN_WARNING "[%s] invalid cookie: data->host_cookie %d"
+               printk(KERN_DEBUG "[%s] invalid cookie: data->host_cookie %d"
                       " host->next_data.cookie %d\n",
                       __func__, data->host_cookie, host->next_data.cookie);
                data->host_cookie = 0;