From 6ae2c341a0e7001441ba028f39b5709908230c88 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Mon, 3 Oct 2005 14:07:14 +0300 Subject: [PATCH] ARM: OMAP: Remove unnecesssary MMC debug printk Remove unnecesssary MMC debug printk --- drivers/mmc/omap.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.41.1