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

From: Santosh Shilimkar
Date: Mon Dec 13 2010 - 07:53:31 EST


> -----Original Message-----
> From: Lennert Buytenhek [mailto:buytenh@xxxxxxxxxxxxxx]
> Sent: Monday, December 13, 2010 6:01 PM
> To: Balaji T K; Rajendra Nayak; Santosh Shilimkar
> Cc: Samuel Ortiz; linux-kernel@xxxxxxxxxxxxxxx
> Subject: [PATCH 17/20] mfd: twl6030: irq_data conversion.
>
> Signed-off-by: Lennert Buytenhek <buytenh@xxxxxxxxxxxx>

Acked-by: Santosh Shilimkar <santosh.shilimkar@xxxxxx>

> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/