]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
raid5: replace custom debug PRINTKs with standard pr_debug
authorDan Williams <dan.j.williams@intel.com>
Mon, 9 Jul 2007 18:56:43 +0000 (11:56 -0700)
committerDan Williams <dan.j.williams@intel.com>
Fri, 13 Jul 2007 15:06:15 +0000 (08:06 -0700)
commit45b4233caac05da0118b608a9fc2a40a9fc580cd
treeebc65304c088b6f2162c5ba4e04382bd49736040
parenta445685647e825c713175d180ffc8dd54d90589b
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 <dan.j.williams@intel.com>
Acked-By: NeilBrown <neilb@suse.de>
drivers/md/raid5.c