summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorRyan QIAN <b32804@freescale.com>2012-08-23 13:02:29 +0800
committerXinyu Chen <xinyu.chen@freescale.com>2012-08-23 15:37:50 +0800
commitd785d97b8ba545f178c7c4a0c4109ec24a02af63 (patch)
tree1a139ae7b4d2337e614b416c0da8ef71bb006e53 /drivers/mmc
parentf989cfef9037fbfbb4b03e7325af4c7705cee17c (diff)
ENGR00221185: mmc: sdhci: change info level when data preparation is invalid
- 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>
Diffstat (limited to 'drivers/mmc')
-rwxr-xr-xdrivers/mmc/host/sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index d5a32d98e607..a5cf69cad970 100755
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -1896,7 +1896,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;