md/raid0: convert some printks to pr_debug.
authorNeilBrown <neilb@suse.de>
Fri, 7 Oct 2011 03:23:22 +0000 (14:23 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 7 Oct 2011 03:23:22 +0000 (14:23 +1100)
commit50de8df4abca1b27dbf7b2f81a56451bd8b5a7d8
tree7f0288247afd84707f2529634a5d4a64e9b8f046
parent36a4e1fe0f454146724c174bf7c1e8e76297a212
md/raid0: convert some printks to pr_debug.

When md assembles a RAID0 array it prints out lots of info which
is really just for debugging, so convert that to pr_debug.
It also prints out the resulting configuration which could be
interesting, so keep that as 'printk' but tidy it up a bit.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid0.c