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)
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>

No differences found