[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E48FDC9.5090309@xora.org.uk>
Date: Mon, 15 Aug 2011 12:06:49 +0100
From: Graeme Gregory <dp@...a.org.uk>
To: Johan Hovold <jhovold@...il.com>
CC: Samuel Ortiz <sameo@...ux.intel.com>,
Liam Girdwood <lrg@...mlogic.co.uk>,
Jorge Eduardo Candelaria <jedu@...mlogic.co.uk>,
linux-kernel@...r.kernel.org, stable@...nel.org
Subject: Re: [PATCH] mfd: tps65910: fix initialisation of interrupts
On 15/08/2011 11:42, Johan Hovold wrote:
> Fix regression introduced by commit
> a2974732ca7614aaf0baf9d6dd3ad893d50ce1c5 (TPS65911: Add new irq
> definitions) which caused irq_num to be incorrectly set for tps65910.
>
> Cc: stable@...nel.org
> Signed-off-by: Johan Hovold <jhovold@...il.com>
> ---
> drivers/mfd/tps65910-irq.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mfd/tps65910-irq.c b/drivers/mfd/tps65910-irq.c
> index 2bfad5c..a56be93 100644
> --- a/drivers/mfd/tps65910-irq.c
> +++ b/drivers/mfd/tps65910-irq.c
> @@ -178,8 +178,10 @@ int tps65910_irq_init(struct tps65910 *tps65910, int irq,
> switch (tps65910_chip_id(tps65910)) {
> case TPS65910:
> tps65910->irq_num = TPS65910_NUM_IRQ;
> + break;
> case TPS65911:
> tps65910->irq_num = TPS65911_NUM_IRQ;
> + break;
> }
>
> /* Register with genirq */
Whole series
Acked-by: Graeme Gregory <gg@...mlogic.co.uk>
--
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