Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: omap: Fix typo in ams-delta-fiq.c

8435cf757 (arm: Replace various irq_desc accesses) typoed
irq_get_irq_chip() instead of irq_get_chip().

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

+1 -1
+1 -1
arch/arm/mach-omap1/ams-delta-fiq.c
··· 47 47 int gpio, irq_num, fiq_count; 48 48 struct irq_chip *irq_chip; 49 49 50 - irq_chip = irq_get_irq_chip(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK)); 50 + irq_chip = irq_get_chip(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK)); 51 51 52 52 /* 53 53 * For each handled GPIO interrupt, keep calling its interrupt handler