projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f1b90f
)
nbd: lower the loglevel of an error message
author
WANG Cong
<amwang@redhat.com>
Fri, 19 Aug 2011 12:48:28 +0000
(14:48 +0200)
committer
Jens Axboe
<jaxboe@fusionio.com>
Fri, 19 Aug 2011 12:48:28 +0000
(14:48 +0200)
This is only an error, no need to use KERN_CRIT log level.
Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: Paul Clements <Paul.Clements@steeleye.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/nbd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/nbd.c
b/drivers/block/nbd.c
index 1b8e09fffd5a421d8120f8c4569f132aa9b8dab6..2b5fc11be3777ca8ac147aed24db5baa19b6fdea 100644
(file)
--- a/
drivers/block/nbd.c
+++ b/
drivers/block/nbd.c
@@
-745,7
+745,7
@@
static int __init nbd_init(void)
BUILD_BUG_ON(sizeof(struct nbd_request) != 28);
if (max_part < 0) {
- printk(KERN_
CRIT
"nbd: max_part must be >= 0\n");
+ printk(KERN_
ERR
"nbd: max_part must be >= 0\n");
return -EINVAL;
}