aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sony-laptop.c
diff options
context:
space:
mode:
authorAlessandro Guido <ag@alessandroguido.name>2008-11-12 23:13:35 +0100
committerLen Brown <len.brown@intel.com>2008-11-26 18:12:14 -0500
commit3fedd90fdf17643df1da473c5da983137d51bbdb (patch)
tree25110a405c12d08d6c7603781485b7c720a4d8d2 /drivers/misc/sony-laptop.c
parentsony-laptop: brightness regression fix (diff)
downloadlinux-dev-3fedd90fdf17643df1da473c5da983137d51bbdb.tar.xz
linux-dev-3fedd90fdf17643df1da473c5da983137d51bbdb.zip
sony-laptop: printk tweak
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>
Diffstat (limited to 'drivers/misc/sony-laptop.c')
-rw-r--r--drivers/misc/sony-laptop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/sony-laptop.c b/drivers/misc/sony-laptop.c
index 2a613d4f3bd6..571b211608d1 100644
--- a/drivers/misc/sony-laptop.c
+++ b/drivers/misc/sony-laptop.c
@@ -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))) {