Skip to content

Commit

Permalink
[SPARC64]: VIO device addition log message level is too high.
Browse files Browse the repository at this point in the history
There is no reason this should be KERN_ERR, KERN_INFO is
just fine.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Oct 4, 2007
1 parent 07607c5 commit e2fd58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc64/kernel/vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e2fd58d

Please sign in to comment.