Browse Source

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

Signed-off-by: David S. Miller <davem@davemloft.net>
Fabio Massimo Di Nitto 18 years ago
parent
commit
74121b699c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sparc64/kernel/vio.c

+ 1 - 1
arch/sparc64/kernel/vio.c

@@ -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;
 		}