Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=74121b699c7142cbf11b01212512a1824fbd5f19
Commit:     74121b699c7142cbf11b01212512a1824fbd5f19
Parent:     5f7426c0e16dba118aa1b18f3c97c3d7adfb7540
Author:     Fabio Massimo Di Nitto <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 19 14:00:55 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Thu Jul 19 21:28:53 2007 -0700

    [SPARC64]: Fix log message type in vio_create_one().
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 arch/sparc64/kernel/vio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sparc64/kernel/vio.c b/arch/sparc64/kernel/vio.c
index 9ae1f61..491223a 100644
--- a/arch/sparc64/kernel/vio.c
+++ b/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;
                }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to