aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/glamo-mci.c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-12-01 01:26:32 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-12-01 01:26:32 +0000
commit9cd47fc6ed270b4daae8ddce0932d669cd461e8a (patch)
treec5fa28cfd24155069d7d6533faa1601476e9295b /drivers/mfd/glamo/glamo-mci.c
parent9ef786eed3c30516b7bfbf730d78824e30bc2e28 (diff)
fix-err-strength-debug-msg.patch
Now Qi is changed to default to loglevel 4 where it will show KERN_ERR on LCM, we need to reduce the debugging KERN_ERR traffic so as not to obscure the real things. Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/mfd/glamo/glamo-mci.c')
-rw-r--r--drivers/mfd/glamo/glamo-mci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/glamo/glamo-mci.c b/drivers/mfd/glamo/glamo-mci.c
index 5079796ba28..e5bef30463b 100644
--- a/drivers/mfd/glamo/glamo-mci.c
+++ b/drivers/mfd/glamo/glamo-mci.c
@@ -368,7 +368,7 @@ static void glamo_mci_irq(unsigned int irq, struct irq_desc *desc)
GLAMO_STAT1_MMC_BRERR))
cmd->error = -EILSEQ;
if (cmd->error) {
- dev_err(&host->pdev->dev, "Error after cmd: 0x%x\n", status);
+ dev_info(&host->pdev->dev, "Error after cmd: 0x%x\n", status);
goto done;
}
@@ -655,7 +655,7 @@ static void glamo_mci_send_request(struct mmc_host *mmc)
goto bail;
if (cmd->error) {
- dev_err(&host->pdev->dev, "Error after cmd: 0x%x\n", status);
+ dev_info(&host->pdev->dev, "Error after cmd: 0x%x\n", status);
goto done;
}
/*
@@ -743,7 +743,7 @@ static void glamo_mci_reset(struct glamo_mci_host *host)
"suspended\n");
return;
}
- dev_err(&host->pdev->dev, "******* glamo_mci_reset\n");
+ dev_dbg(&host->pdev->dev, "******* glamo_mci_reset\n");
/* reset MMC controller */
writew(GLAMO_CLOCK_MMC_RESET | GLAMO_CLOCK_MMC_DG_TCLK |
GLAMO_CLOCK_MMC_EN_TCLK | GLAMO_CLOCK_MMC_DG_M9CLK |