i2c: omap: always return IRQ_HANDLED
authorFelipe Balbi <balbi@ti.com>
Wed, 12 Sep 2012 10:58:08 +0000 (16:28 +0530)
committerWolfram Sang <w.sang@pengutronix.de>
Wed, 12 Sep 2012 13:03:19 +0000 (15:03 +0200)
commit6a85ced2cf299b916c04499b2c3d7b353cc2101f
treefb6698cb60784fd13e7c5bc4f83bf652880ad85a
parent3ff4443f888207359a561db60a9cb96aa136b8f3
i2c: omap: always return IRQ_HANDLED

Always return IRQ_HANDLED otherwise we could get our IRQ line disabled due
to many spurious IRQs.

Signed-off-by: Felipe Balbi <balbi@ti.com>
[Trivial changes to commitlogs]
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/busses/i2c-omap.c