]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit3d25cafac6268ce23bea86d573e6fc9cdfcd4178
tree8f173a501ed361a3c0e3644487b76aa603546997
parenta26826a6565ecec5b10255936e87825899393d06
[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