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)
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>

No differences found