drivers: input: Fix OMAP_GPIO_IRQ with gpio_to_irq() in ams_delta_serio_exit()
authorTarun Kanti DebBarma <tarun.kanti@ti.com>
Thu, 29 Mar 2012 15:41:01 +0000 (08:41 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 29 Mar 2012 15:41:01 +0000 (08:41 -0700)
Even though ams-delta-serio input driver uses gpio_to_irq() in all
relevent places to get irq number, the ams_delta_serio_exit() still
uses OMAP_GPIO_IRQ macro. Fix this.

Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found