ARM: 5940/2: ARM: MMCI: remove custom DBG macro and printk
authorLinus Walleij <linus.walleij@stericsson.com>
Fri, 19 Feb 2010 00:09:10 +0000 (01:09 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 21 Feb 2010 22:21:17 +0000 (22:21 +0000)
commit64de028948f449af17cf387f45a45f36ffd3c960
tree71b4871b277482b56babde227ce2303309f79362
parentd40956665dc0c2fe2608268c2e7cff561ddcce11
ARM: 5940/2: ARM: MMCI: remove custom DBG macro and printk

This removes the custom DBG macro in favor of the in-kernel
dev_dbg() macro. Probably a leftover from a time when dev_dbg()
didn't yet exist. Also remove a printk() in favor of dev_err().

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/host/mmci.c