diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-16 15:15:35 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-16 15:33:33 -0400 |
commit | 0ef9cff15d47b296d4a7feecf36e7989cebf9a33 (patch) | |
tree | 9532b4c6ce280781541599b0bf875a070d28b0de | |
parent | 1339c367a842a9fc34b8fcfa1abadb07b11848ad (diff) | |
download | blackbird-obmc-linux-0ef9cff15d47b296d4a7feecf36e7989cebf9a33.tar.gz blackbird-obmc-linux-0ef9cff15d47b296d4a7feecf36e7989cebf9a33.zip |
sony-laptop: newline-terminate the printk for backlight change failure
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | drivers/misc/sony-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/sony-laptop.c b/drivers/misc/sony-laptop.c index 60775be22822..5a97d3a9d745 100644 --- a/drivers/misc/sony-laptop.c +++ b/drivers/misc/sony-laptop.c @@ -970,7 +970,7 @@ static int sony_nc_resume(struct acpi_device *device) /* set the last requested brightness level */ if (sony_backlight_device && !sony_backlight_update_status(sony_backlight_device)) - printk(KERN_WARNING DRV_PFX "unable to restore brightness level"); + printk(KERN_WARNING DRV_PFX "unable to restore brightness level\n"); /* re-initialize models with specific requirements */ dmi_check_system(sony_nc_ids); |