[MMC] PXA: reduce the number of lines PXAMCI debug uses
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 2 May 2006 19:18:53 +0000 (20:18 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 2 May 2006 19:18:53 +0000 (20:18 +0100)
commitd78e9079af7526c4661ff484322094832776ef41
tree8f173a501ed361a3c0e3644487b76aa603546997
parent58741e8b3603e56c3699550e8bc89cb136329343
[MMC] PXA: reduce the number of lines PXAMCI debug uses

There's no reason for the PXAMCI debug code to print so many lines - it
causes the kernel buffer to overflow when trying to debug this driver.
Remove some debug messages which are duplicated by core code, and
combine other messages, resulting in fewer characters written to the
kernel log.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/pxamci.c