diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-11-04 21:41:24 +0100 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-12-06 08:46:44 +0100 |
commit | 74bf773e264fd984549e9affb35b753efaa85854 (patch) | |
tree | adcbb4a172a85af0b44c3673c9be9817ea02c326 /drivers | |
parent | 8a04ffdf4d66d66ed8c80250efce65b48053bc5e (diff) |
glamo: Remove stupid debug message.
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mfd/glamo/glamo-mci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/glamo-mci.c b/drivers/mfd/glamo/glamo-mci.c index e8ee4fd1021..34bdbebb9db 100644 --- a/drivers/mfd/glamo/glamo-mci.c +++ b/drivers/mfd/glamo/glamo-mci.c @@ -251,7 +251,6 @@ static int glamo_mci_wait_idle(struct glamo_mci_host *host, static void glamo_mci_request_done(struct glamo_mci_host *host, struct mmc_request *mrq) { - printk("request_done: %d\n", mrq->cmd->error); mod_timer(&host->disable_timer, jiffies + HZ / 16); mmc_request_done(host->mmc, mrq); } |