Tag: 08f1b807355c8d355885a71e7fd462fe9d499411

gpio: Fold irq_set_chip/irq_set_handler to irq_set_chip_and_handler

Author: Thomas Gleixner <tglx@linutronix.de> Converted with coccinelle. Signed-off-by: Thomas Gleixner Acked-by: Grant Likely LKML-Reference: — drivers/gpio/pl061.c | 4 ++– drivers/gpio/sx150x.c | 3 +– 2 files changed, 3 insertions(+), 4 deletions(-)   diff –git a/drivers/gpio/pl061.c b/drivers/gpio/pl061.c index 901e4e0..6fcb28c 100644 — a/drivers/gpio/pl061.c +++ b/drivers/gpio/pl061.c @@ -315,8 +315,8 @@ static int pl061_probe(struct amba_device *dev, const struct amba_id *id) …

Continue reading