1
0
Fork 0

md: sb_equal(): Fix misleading printk.

Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: Neil Brown <neilb@suse.de>
hifive-unleashed-5.1
Andre Noll 2008-03-23 15:10:33 +01:00 committed by Neil Brown
parent 7f6ce76928
commit 35020f1a06
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ static int sb_equal(mdp_super_t *sb1, mdp_super_t *sb2)
if (!tmp1 || !tmp2) {
ret = 0;
printk(KERN_INFO "md.c: sb1 is not equal to sb2!\n");
printk(KERN_INFO "md.c sb_equal(): failed to allocate memory!\n");
goto abort;
}