diff options
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r-- | drivers/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index a849e06f861c..73399d17ac3e 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -564,7 +564,7 @@ static int sb_equal(mdp_super_t *sb1, mdp_super_t *sb2) | |||
564 | 564 | ||
565 | if (!tmp1 || !tmp2) { | 565 | if (!tmp1 || !tmp2) { |
566 | ret = 0; | 566 | ret = 0; |
567 | printk(KERN_INFO "md.c: sb1 is not equal to sb2!\n"); | 567 | printk(KERN_INFO "md.c sb_equal(): failed to allocate memory!\n"); |
568 | goto abort; | 568 | goto abort; |
569 | } | 569 | } |
570 | 570 | ||