]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sony-laptop: printk tweak
authorAlessandro Guido <ag@alessandroguido.name>
Wed, 12 Nov 2008 22:13:35 +0000 (23:13 +0100)
committerLen Brown <len.brown@intel.com>
Wed, 26 Nov 2008 23:12:14 +0000 (18:12 -0500)
There's no need to print "Sony: " just after "sony-laptop: " (DRV_PFX).

Signed-off-by: Alessandro Guido <ag@alessandroguido.name>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/sony-laptop.c

index 2a613d4f3bd659ff55384350963984a9d9fa542d..571b211608d1a7224575d99fe3ca5e27cccd03a2 100644 (file)
@@ -1039,7 +1039,7 @@ static int sony_nc_add(struct acpi_device *device)
        }
 
        if (acpi_video_backlight_support()) {
-               printk(KERN_INFO DRV_PFX "Sony: Brightness ignored, must be "
+               printk(KERN_INFO DRV_PFX "brightness ignored, must be "
                       "controlled by ACPI video driver\n");
        } else if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "GBRT",
                                                &handle))) {