From: David Brownell Date: Wed, 4 Mar 2009 20:01:38 +0000 (-0800) Subject: [MTD] [NAND] fix broken debug messages X-Git-Tag: v2.6.30-rc1~143^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374555aeb64f450db04edb8c7c218d763f2a8781;p=pandora-kernel.git [MTD] [NAND] fix broken debug messages Fix incorrect debug messages (*write* not read); someone committed some cut'n'paste bugs.  There might be more, I only noticed these since I was looking for nand_read usage and landed in some very wrong functions. IMO all MTD debugging message framework is goofed, anyway. It uses "DEBUG" in a way that's incompatible with usage most everywhere else in the kernel, and which prevents normal pr_dbg() and dev_dbg() calls from working right. [True. It predates those by a long way, and should probably be updated to use them. dwmw2] Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: David Woodhouse --- Reading git-diff-tree failed