[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACxGe6vyFGD8SF4a8rsthnBGv10qOWy6pOtO_VnEw1huZkPhCg@mail.gmail.com>
Date: Sun, 10 Jul 2011 19:47:51 +0900
From: Grant Likely <grant.likely@...retlab.ca>
To: Joe Perches <joe@...ches.com>
Cc: linux-kernel@...r.kernel.org, Axel Lin <axel.lin@...il.com>
Subject: Re: [PATCH 1/5] gpio-tps65910.c: Add missing breaks in switch/case
Axel published a patch that fixed this issue which is already in mainline.
g.
On Sun, Jul 10, 2011 at 6:28 PM, Joe Perches <joe@...ches.com> wrote:
> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
> drivers/gpio/gpio-tps65910.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> 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.6.131.g99019
>
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists