From: Adam Jackson Date: Thu, 16 Oct 2008 19:15:35 +0000 (-0400) Subject: sony-laptop: newline-terminate the printk for backlight change failure X-Git-Tag: v2.6.28-rc1~26^2~14^2~5 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0ef9cff15d47b296d4a7feecf36e7989cebf9a33;p=~emulex%2Finfiniband.git sony-laptop: newline-terminate the printk for backlight change failure Signed-off-by: Adam Jackson Signed-off-by: Len Brown --- diff --git a/drivers/misc/sony-laptop.c b/drivers/misc/sony-laptop.c index 60775be2282..5a97d3a9d74 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);