]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: replace DEBUG() with pr_debug()
authorBrian Norris <computersforpeace@gmail.com>
Tue, 19 Jul 2011 17:06:09 +0000 (10:06 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:36:02 +0000 (08:36 +0200)
commit6d59ae0b5cda1e806b02c86133d6e77b677fb30b
tree09162bbc320a6e4bf2d78ff8cc373ecb8faa32ac
parentc964127e22f1b2801adb5cc1e48af6c1987a966b
mtd: replace DEBUG() with pr_debug()

Start moving away from the MTD_DEBUG_LEVEL messages. The dynamic
debugging feature is a generic kernel feature that provides more
flexibility.

(See Documentation/dynamic-debug-howto.txt)

Also fix some punctuation, indentation, and capitalization that went
along with the affected lines.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
Signed-off-by: Huang Shijie <b32955@freescale.com>
drivers/mtd/chips/cfi_cmdset_0002.c