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

No differences found