Commit 74121b69 authored by Fabio Massimo Di Nitto's avatar Fabio Massimo Di Nitto Committed by David S. Miller

[SPARC64]: Fix log message type in vio_create_one().

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5f7426c0
...@@ -235,7 +235,7 @@ static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, ...@@ -235,7 +235,7 @@ static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp,
break; break;
} }
if (!id) { if (!id) {
printk(KERN_ERR "VIO: vdc-prot lacks parent " printk(KERN_ERR "VIO: vdc-port lacks parent "
"cfg-handle.\n"); "cfg-handle.\n");
return NULL; return NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment