diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-08-27 21:02:14 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-08-27 21:02:14 +0100 |
commit | 4c4019bcdb3de577846384a519be08b5059cf4c2 (patch) | |
tree | 5811db09f629ac2df91b21145ad8673feb2063f2 /drivers | |
parent | ab3f0330837d7c059d9bcd4134af3de5fa84d161 (diff) |
Silence suspend/resume
This removes a few excess printks to tidy up suspend/resume.
Identical changes exist in andy-tracking already
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mfd/glamo/glamo-mci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/glamo-mci.c b/drivers/mfd/glamo/glamo-mci.c index b9442091d02..398f8634a9b 100644 --- a/drivers/mfd/glamo/glamo-mci.c +++ b/drivers/mfd/glamo/glamo-mci.c @@ -774,7 +774,7 @@ static void glamo_mci_request(struct mmc_host *mmc, struct mmc_request *mrq) static void glamo_mci_reset(struct glamo_mci_host *host) { if (host->suspending) { - dev_err(&host->pdev->dev, "IGNORING glamo_mci_reset while " + dev_info(&host->pdev->dev, "IGNORING glamo_mci_reset while " "suspended\n"); return; } |