summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRyan QIAN <b32804@freescale.com>2012-08-23 13:02:29 +0800
committerRyan QIAN <b32804@freescale.com>2012-08-23 14:52:14 +0800
commit08b466007af63fe1a049e04477358ebfd1cfd531 (patch)
tree650340b19a4f0c68c251b6a192bc001000f224d0 /drivers
parenta6d5151631e09a98484a01d74feba4ad642c2b1c (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')
-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 6894cb96bcd0..123459dee6ed 100755
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -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;