public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Axel Lin <axel.lin@gmail.com>
Cc: linux-kernel@vger.kernel.org,
	JorgeEduardoCandelariajedu@slimlogic.co.uk,
	Graeme Gregory <gg@slimlogic.co.uk>
Subject: Re: [PATCH] gpio: tps65910: add missing breaks in tps65910_gpio_init
Date: Tue, 5 Jul 2011 23:17:48 -0600	[thread overview]
Message-ID: <20110706051748.GA9978@ponder.secretlab.ca> (raw)
In-Reply-To: <1309918107.26847.1.camel@phoenix>

On Wed, Jul 06, 2011 at 10:08:27AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  drivers/gpio/gpio-tps65910.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)

Merged for v3.0, thanks.

g.

> 
> diff --git a/drivers/gpio/gpio-tps65910.c b/drivers/gpio/gpio-tps65910.c
> index 4171033..b9c1c29 100644
> --- a/drivers/gpio/gpio-tps65910.c
> +++ b/drivers/gpio/gpio-tps65910.c
> @@ -81,8 +81,10 @@ void tps65910_gpio_init(struct tps65910 *tps65910, int gpio_base)
>  	switch(tps65910_chip_id(tps65910)) {
>  	case TPS65910:
>  		tps65910->gpio.ngpio	= 6;
> +		break;
>  	case TPS65911:
>  		tps65910->gpio.ngpio	= 9;
> +		break;
>  	default:
>  		return;
>  	}
> -- 
> 1.7.4.1
> 
> 
> 

      reply	other threads:[~2011-07-06  5:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-06  2:08 [PATCH] gpio: tps65910: add missing breaks in tps65910_gpio_init Axel Lin
2011-07-06  5:17 ` Grant Likely [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=20110706051748.GA9978@ponder.secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=JorgeEduardoCandelariajedu@slimlogic.co.uk \
    --cc=axel.lin@gmail.com \
    --cc=gg@slimlogic.co.uk \
    --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