[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6f708926565a01fdf0d44eaed92de4cf@mail.gmail.com>
Date: Mon, 13 Dec 2010 18:23:23 +0530
From: Santosh Shilimkar <santosh.shilimkar@...com>
To: Lennert Buytenhek <buytenh@...tstofly.org>,
Balaji T Krishnamoorthy <balajitk@...com>,
Rajendra Nayak <rnayak@...com>
Cc: Samuel Ortiz <sameo@...ux.intel.com>, linux-kernel@...r.kernel.org
Subject: RE: [PATCH 17/20] mfd: twl6030: irq_data conversion.
> -----Original Message-----
> From: Lennert Buytenhek [mailto:buytenh@...tstofly.org]
> Sent: Monday, December 13, 2010 6:01 PM
> To: Balaji T K; Rajendra Nayak; Santosh Shilimkar
> Cc: Samuel Ortiz; linux-kernel@...r.kernel.org
> Subject: [PATCH 17/20] mfd: twl6030: irq_data conversion.
>
> Signed-off-by: Lennert Buytenhek <buytenh@...retlab.ca>
Acked-by: Santosh Shilimkar <santosh.shilimkar@...com>
> ---
> 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
--
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