]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SPARC64]: Fix log message type in vio_create_one().
authorFabio Massimo Di Nitto <fabbione@ubuntu.com>
Thu, 19 Jul 2007 21:00:55 +0000 (14:00 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 20 Jul 2007 04:28:53 +0000 (21:28 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/vio.c

index 9ae1f61d4db9d9a44c6f9205e42ad592fa73928b..491223a6628f92c41cbb4c2c2de4e9d36685d1b7 100644 (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;
                }