public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: Adam Jackson <ajax@redhat.com>
Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org
Subject: Re: [PATCH] sony-laptop: newline-terminate the printk for backlight change failure
Date: Thu, 16 Oct 2008 15:32:25 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.1.10.0810161532170.3026@localhost.localdomain> (raw)
In-Reply-To: <1224184535-30764-1-git-send-email-ajax@redhat.com>

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
> 

      reply	other threads:[~2008-10-16 19:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.1.10.0810161532170.3026@localhost.localdomain \
    --to=lenb@kernel.org \
    --cc=ajax@redhat.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox