projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f6ce76
)
md: sb_equal(): Fix misleading printk.
author
Andre Noll
<maan@systemlinux.org>
Sun, 23 Mar 2008 14:10:33 +0000
(15:10 +0100)
committer
Neil Brown
<neilb@suse.de>
Tue, 8 Jul 2008 00:53:20 +0000
(10:53 +1000)
Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: Neil Brown <neilb@suse.de>
drivers/md/md.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index a849e06f861cd20a6b6c2573536a54691f6cf11a..73399d17ac3e515968fcf8036669ef9a640d49bb 100644
(file)
--- 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)
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;
}