Commit 6ae2c341 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Remove unnecesssary MMC debug printk

Remove unnecesssary MMC debug printk
parent 5fb4ec6f
...@@ -1285,8 +1285,6 @@ static int __init mmc_omap_probe(struct device *dev) ...@@ -1285,8 +1285,6 @@ static int __init mmc_omap_probe(struct device *dev)
schedule_work(&host->switch_work); schedule_work(&host->switch_work);
} }
/* FIXME: Add callback function for card detection */
printk("XXX host: 0x%08x\n", &host);
if (omap_has_menelaus()) if (omap_has_menelaus())
menelaus_mmc_register(mmc_omap_switch_callback, &host); menelaus_mmc_register(mmc_omap_switch_callback, &host);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment