public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Graeme Gregory <dp@xora.org.uk>
To: Johan Hovold <jhovold@gmail.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>,
	Liam Girdwood <lrg@slimlogic.co.uk>,
	Jorge Eduardo Candelaria <jedu@slimlogic.co.uk>,
	linux-kernel@vger.kernel.org, stable@kernel.org
Subject: Re: [PATCH] mfd: tps65910: fix initialisation of interrupts
Date: Mon, 15 Aug 2011 12:06:49 +0100	[thread overview]
Message-ID: <4E48FDC9.5090309@xora.org.uk> (raw)
In-Reply-To: <1313404923-2502-1-git-send-email-jhovold@gmail.com>

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@kernel.org
> Signed-off-by: Johan Hovold <jhovold@gmail.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@slimlogic.co.uk>


  reply	other threads:[~2011-08-15 11:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-15 10:42 [PATCH] mfd: tps65910: fix initialisation of interrupts Johan Hovold
2011-08-15 11:06 ` Graeme Gregory [this message]
2011-08-22 14:04 ` Samuel Ortiz

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=4E48FDC9.5090309@xora.org.uk \
    --to=dp@xora.org.uk \
    --cc=jedu@slimlogic.co.uk \
    --cc=jhovold@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=sameo@linux.intel.com \
    --cc=stable@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