RE: [PATCH 17/20] mfd: twl6030: irq_data conversion.

Previous thread: [PATCH 16/20] mfd: twl4030: irq_data conversion. by Lennert Buytenhek on Monday, December 13, 2010 - 5:31 am. (1 message)

Next thread: [PATCH 18/20] mfd: wm831x: irq_data conversion. by Lennert Buytenhek on Monday, December 13, 2010 - 5:31 am. (4 messages)
From: Lennert Buytenhek
Date: Monday, December 13, 2010 - 5:31 am

Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
---
 drivers/mfd/twl6030-irq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/twl6030-irq.c b/drivers/mfd/twl6030-irq.c
index aaedb11..8785272 100644
--- a/drivers/mfd/twl6030-irq.c
+++ b/drivers/mfd/twl6030-irq.c
@@ -325,7 +325,7 @@ int twl6030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end)
 	 */
 	twl6030_irq_chip = dummy_irq_chip;
 	twl6030_irq_chip.name = "twl6030";
-	twl6030_irq_chip.set_type = NULL;
+	twl6030_irq_chip.irq_set_type = NULL;
 
 	for (i = irq_base; i < irq_end; i++) {
 		set_irq_chip_and_handler(i, &twl6030_irq_chip,
-- 
1.7.1

--

From: Santosh Shilimkar
Date: Monday, December 13, 2010 - 5:53 am

From: Samuel Ortiz
Date: Sunday, December 19, 2010 - 6:04 pm

Hi Lennert,

Thanks a lot, patch applied.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
--

Previous thread: [PATCH 16/20] mfd: twl4030: irq_data conversion. by Lennert Buytenhek on Monday, December 13, 2010 - 5:31 am. (1 message)

Next thread: [PATCH 18/20] mfd: wm831x: irq_data conversion. by Lennert Buytenhek on Monday, December 13, 2010 - 5:31 am. (4 messages)