All of lore.kernel.org
 help / color / mirror / Atom feed
From: sameo@linux.intel.com (Samuel Ortiz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 04/05] mfd: fix led resource in 88pm860x
Date: Fri, 18 Jun 2010 20:04:56 +0200	[thread overview]
Message-ID: <20100618180455.GC3582@sortiz.org> (raw)
In-Reply-To: <AANLkTinsJdF2b78Bodc_HqNsjbt5st33DkIClEFevctX@mail.gmail.com>

Hi Haojian,

On Wed, May 19, 2010 at 02:58:49PM +0800, Haojian Zhuang wrote:
> From 226ccebaf7d776467d44931132eafef9078d8e70 Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Wed, 19 May 2010 13:06:59 +0800
> Subject: [PATCH] mfd: fix led resource in 88pm860x
> 
> Fix typo error in LED resource of 88pm860x.
Patch applied, thanks a lot.

Cheers,
Samuel.


> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
> ---
>  drivers/mfd/88pm860x-core.c |   12 ++++++------
>  1 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/mfd/88pm860x-core.c b/drivers/mfd/88pm860x-core.c
> index 2c65a2c..1580f1f 100644
> --- a/drivers/mfd/88pm860x-core.c
> +++ b/drivers/mfd/88pm860x-core.c
> @@ -74,12 +74,12 @@ static struct mfd_cell backlight_devs[] = {
>  }
> 
>  static struct resource led_resources[] = {
> -	PM8606_LED_RESOURCE(PM8606_LED1_RED, RGB2B),
> -	PM8606_LED_RESOURCE(PM8606_LED1_GREEN, RGB2C),
> -	PM8606_LED_RESOURCE(PM8606_LED1_BLUE, RGB2D),
> -	PM8606_LED_RESOURCE(PM8606_LED2_RED, RGB1B),
> -	PM8606_LED_RESOURCE(PM8606_LED2_GREEN, RGB1C),
> -	PM8606_LED_RESOURCE(PM8606_LED2_BLUE, RGB1D),
> +	PM8606_LED_RESOURCE(PM8606_LED1_RED, RGB1B),
> +	PM8606_LED_RESOURCE(PM8606_LED1_GREEN, RGB1C),
> +	PM8606_LED_RESOURCE(PM8606_LED1_BLUE, RGB1D),
> +	PM8606_LED_RESOURCE(PM8606_LED2_RED, RGB2B),
> +	PM8606_LED_RESOURCE(PM8606_LED2_GREEN, RGB2C),
> +	PM8606_LED_RESOURCE(PM8606_LED2_BLUE, RGB2D),
>  };
> 
>  #define PM8606_LED_DEVS(_i)				\
> -- 
> 1.5.6.5

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

      reply	other threads:[~2010-06-18 18:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-19  6:58 [PATCH 04/05] mfd: fix led resource in 88pm860x Haojian Zhuang
2010-06-18 18:04 ` Samuel Ortiz [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=20100618180455.GC3582@sortiz.org \
    --to=sameo@linux.intel.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.