projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07607c5
)
[SPARC64]: VIO device addition log message level is too high.
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 4 Oct 2007 04:23:40 +0000
(21:23 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 4 Oct 2007 04:23:40 +0000
(21:23 -0700)
There is no reason this should be KERN_ERR, KERN_INFO is
just fine.
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/vio.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/vio.c
b/arch/sparc64/kernel/vio.c
index
830dc88
..
0c1ee61
100644
(file)
--- a/
arch/sparc64/kernel/vio.c
+++ b/
arch/sparc64/kernel/vio.c
@@
-292,7
+292,7
@@
static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp,
}
vdev->dp = dp;
- printk(KERN_
ERR
"VIO: Adding device %s\n", vdev->dev.bus_id);
+ printk(KERN_
INFO
"VIO: Adding device %s\n", vdev->dev.bus_id);
err = device_register(&vdev->dev);
if (err) {