From: Tony Lindgren Date: Mon, 3 Oct 2005 11:07:14 +0000 (+0300) Subject: ARM: OMAP: Remove unnecesssary MMC debug printk X-Git-Tag: v2.6.15-omap2~176 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6ae2c341a0e7001441ba028f39b5709908230c88;p=linux-2.6-omap-h63xx.git ARM: OMAP: Remove unnecesssary MMC debug printk Remove unnecesssary MMC debug printk --- diff --git a/drivers/mmc/omap.c b/drivers/mmc/omap.c index 90323b3d3d6..3d2fba3dd95 100644 --- a/drivers/mmc/omap.c +++ b/drivers/mmc/omap.c @@ -1285,8 +1285,6 @@ static int __init mmc_omap_probe(struct device *dev) schedule_work(&host->switch_work); } - /* FIXME: Add callback function for card detection */ - printk("XXX host: 0x%08x\n", &host); if (omap_has_menelaus()) menelaus_mmc_register(mmc_omap_switch_callback, &host);