Skip to content

Commit

Permalink
[SPARC64]: Fix log message type in vio_create_one().
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Fabio Massimo Di Nitto authored and David S. Miller committed Jul 20, 2007
1 parent 5f7426c commit 74121b6
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 @@ -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;
}
Expand Down

0 comments on commit 74121b6

Please sign in to comment.