[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120618102003.GB12029@n2100.arm.linux.org.uk>
Date: Mon, 18 Jun 2012 11:20:03 +0100
From: Russell King - ARM Linux <linux@....linux.org.uk>
To: Lee Jones <lee.jones@...aro.org>
Cc: Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Samuel Ortiz <sameo@...ux.intel.com>, arnd@...db.de,
linux-kernel@...r.kernel.org, grant.likely@...retlab.ca,
linux-arm-kernel@...ts.infradead.org, linus.walleij@...ricsson.com
Subject: Re: [PATCH 08/14] mfd: Add IRQ domain support for the AB8500
On Mon, Jun 18, 2012 at 10:02:53AM +0100, Lee Jones wrote:
> @@ -361,7 +362,7 @@ static void ab8500_irq_sync_unlock(struct irq_data *data)
> static void ab8500_irq_mask(struct irq_data *data)
> {
> struct ab8500 *ab8500 = irq_data_get_irq_chip_data(data);
> - int offset = data->irq - ab8500->irq_base;
> + int offset = data->irq;
Are you sure this is right? I thought irq_data->irq was the Linux IRQ
number, irq_data->hwirq was the interrupt number inside the domain.
--
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