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

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Fabio Massimo Di Nitto 2007-07-19 14:00:55 -07:00 committed by David S. Miller
parent 5f7426c0e1
commit 74121b699c

View file

@ -235,7 +235,7 @@ static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp,
break;
}
if (!id) {
printk(KERN_ERR "VIO: vdc-prot lacks parent "
printk(KERN_ERR "VIO: vdc-port lacks parent "
"cfg-handle.\n");
return NULL;
}