public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sony-laptop: newline-terminate the printk for backlight change failure
@ 2008-10-16 19:15 Adam Jackson
  2008-10-16 19:32 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Jackson @ 2008-10-16 19:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-acpi, Adam Jackson

---
 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 60775be..5a97d3a 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);
-- 
1.6.0.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sony-laptop: newline-terminate the printk for backlight change failure
  2008-10-16 19:15 [PATCH] sony-laptop: newline-terminate the printk for backlight change failure Adam Jackson
@ 2008-10-16 19:32 ` Len Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2008-10-16 19:32 UTC (permalink / raw)
  To: Adam Jackson; +Cc: linux-kernel, linux-acpi

applied.

thanks,
-len

On Thu, 16 Oct 2008, Adam Jackson wrote:

> ---
>  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 60775be..5a97d3a 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);
> -- 
> 1.6.0.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-16 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 19:15 [PATCH] sony-laptop: newline-terminate the printk for backlight change failure Adam Jackson
2008-10-16 19:32 ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox