From: Dan Williams Date: Mon, 9 Jul 2007 18:56:43 +0000 (-0700) Subject: raid5: replace custom debug PRINTKs with standard pr_debug X-Git-Tag: v2.6.23-rc1~1077^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45b4233caac05da0118b608a9fc2a40a9fc580cd;p=pandora-kernel.git raid5: replace custom debug PRINTKs with standard pr_debug Replaces PRINTK with pr_debug, and kills the RAID5_DEBUG definition in favor of the global DEBUG definition. To get local debug messages just add '#define DEBUG' to the top of the file. Signed-off-by: Dan Williams Acked-By: NeilBrown --- Reading git-diff-tree failed