* [PATCH] mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATED
@ 2011-01-22 1:08 Lennert Buytenhek
2011-01-26 17:11 ` Ian Molton
2011-01-31 1:05 ` Samuel Ortiz
0 siblings, 2 replies; 3+ messages in thread
From: Lennert Buytenhek @ 2011-01-22 1:08 UTC (permalink / raw)
To: Samuel Ortiz; +Cc: Mark Brown, Ian Molton, linux-kernel
Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c
index 6a1f940..c45e630 100644
--- a/drivers/mfd/asic3.c
+++ b/drivers/mfd/asic3.c
@@ -143,9 +143,9 @@ static void asic3_irq_demux(unsigned int irq, struct irq_desc *desc)
unsigned long flags;
struct asic3 *asic;
- desc->chip->ack(irq);
+ desc->irq_data.chip->irq_ack(&desc->irq_data);
- asic = desc->handler_data;
+ asic = get_irq_data(irq);
for (iter = 0 ; iter < MAX_ASIC_ISR_LOOPS; iter++) {
u32 status;
--
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATED
2011-01-22 1:08 [PATCH] mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATED Lennert Buytenhek
@ 2011-01-26 17:11 ` Ian Molton
2011-01-31 1:05 ` Samuel Ortiz
1 sibling, 0 replies; 3+ messages in thread
From: Ian Molton @ 2011-01-26 17:11 UTC (permalink / raw)
To: Lennert Buytenhek; +Cc: Samuel Ortiz, Mark Brown, linux-kernel
Acked-by: Ian Molton <ian@mnementh.co.uk>
:)
--
Ian Molton
Linux, Automotive, and other hacking:
http://www.mnementh.co.uk/
On 22 January 2011 01:08, Lennert Buytenhek <buytenh@wantstofly.org> wrote:
> Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
>
> diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c
> index 6a1f940..c45e630 100644
> --- a/drivers/mfd/asic3.c
> +++ b/drivers/mfd/asic3.c
> @@ -143,9 +143,9 @@ static void asic3_irq_demux(unsigned int irq, struct irq_desc *desc)
> unsigned long flags;
> struct asic3 *asic;
>
> - desc->chip->ack(irq);
> + desc->irq_data.chip->irq_ack(&desc->irq_data);
>
> - asic = desc->handler_data;
> + asic = get_irq_data(irq);
>
> for (iter = 0 ; iter < MAX_ASIC_ISR_LOOPS; iter++) {
> u32 status;
> --
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATED
2011-01-22 1:08 [PATCH] mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATED Lennert Buytenhek
2011-01-26 17:11 ` Ian Molton
@ 2011-01-31 1:05 ` Samuel Ortiz
1 sibling, 0 replies; 3+ messages in thread
From: Samuel Ortiz @ 2011-01-31 1:05 UTC (permalink / raw)
To: Lennert Buytenhek; +Cc: Mark Brown, Ian Molton, linux-kernel
Hi Lennert,
On Sat, Jan 22, 2011 at 02:08:30AM +0100, Lennert Buytenhek wrote:
> Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
Patch applied, thanks.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-01-31 1:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-22 1:08 [PATCH] mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATED Lennert Buytenhek
2011-01-26 17:11 ` Ian Molton
2011-01-31 1:05 ` Samuel Ortiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®