topstar-laptop: Convert remaining printk to pr_info
authorJoe Perches <joe@perches.com>
Tue, 29 Mar 2011 22:21:51 +0000 (15:21 -0700)
committerMatthew Garrett <mjg@redhat.com>
Fri, 27 May 2011 16:35:52 +0000 (12:35 -0400)
To be similar to all other uses.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/topstar-laptop.c

index 1d07d6d..4c20447 100644 (file)
@@ -194,7 +194,7 @@ static int __init topstar_laptop_init(void)
        if (ret < 0)
                return ret;
 
-       printk(KERN_INFO "Topstar Laptop ACPI extras driver loaded\n");
+       pr_info("ACPI extras driver loaded\n");
 
        return 0;
 }