public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm00@gmail.com>
To: Axel Lin <axel.lin@gmail.com>
Cc: linux-kernel@vger.kernel.org, Richard Purdie <rpurdie@rpsys.net>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] backlight: Rename corgibl_limit_intensity to genericbl_limit_intensity
Date: Thu, 29 Sep 2011 13:00:49 -0700	[thread overview]
Message-ID: <20110929130049.a3b56e19.akpm00@gmail.com> (raw)
In-Reply-To: <1316916753.5006.1.camel@phoenix>

On Sun, 25 Sep 2011 10:12:33 +0800
Axel Lin <axel.lin@gmail.com> wrote:

> The rename of corgibl_limit_intensity is missed in commit d00ba726
> "backlight: Rename the corgi backlight driver to generic".
> Let's fix it now.
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> Cc: Richard Purdie <rpurdie@rpsys.net>
> ---
>  drivers/video/backlight/generic_bl.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/video/backlight/generic_bl.c b/drivers/video/backlight/generic_bl.c
> index 8c6befd..adb1914 100644
> --- a/drivers/video/backlight/generic_bl.c
> +++ b/drivers/video/backlight/generic_bl.c
> @@ -56,7 +56,7 @@ static int genericbl_get_intensity(struct backlight_device *bd)
>   * Called when the battery is low to limit the backlight intensity.
>   * If limit==0 clear any limit, otherwise limit the intensity
>   */
> -void corgibl_limit_intensity(int limit)
> +void genericbl_limit_intensity(int limit)
>  {
>  	struct backlight_device *bd = generic_backlight_device;
>  
> @@ -68,7 +68,7 @@ void corgibl_limit_intensity(int limit)
>  	backlight_update_status(generic_backlight_device);
>  	mutex_unlock(&bd->ops_lock);
>  }
> -EXPORT_SYMBOL(corgibl_limit_intensity);
> +EXPORT_SYMBOL(genericbl_limit_intensity);
>  

Why does corgibl_limit_intensity/genericbl_limit_intensity exist? 
Nothing in the tree references it?


  reply	other threads:[~2011-09-29 20:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-25  2:12 [PATCH] backlight: Rename corgibl_limit_intensity to genericbl_limit_intensity Axel Lin
2011-09-29 20:00 ` Andrew Morton [this message]
2011-09-29 20:22   ` Richard Purdie
2011-09-29 23:45     ` Axel Lin
2011-09-30 10:44       ` Richard Purdie

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=20110929130049.a3b56e19.akpm00@gmail.com \
    --to=akpm00@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=axel.lin@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rpurdie@rpsys.net \
    /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