]> git.openfabrics.org - ~emulex/infiniband.git/commit
i2c: omap: simplify IRQ exit path
authorFelipe Balbi <balbi@ti.com>
Wed, 12 Sep 2012 10:58:09 +0000 (16:28 +0530)
committerWolfram Sang <w.sang@pengutronix.de>
Wed, 12 Sep 2012 13:03:26 +0000 (15:03 +0200)
commit4a7ec4eda58269a507501f240955d99312fdfd5f
tree2233875f52ae819e32b6d4b44aaf0d218d0e8f7b
parent6a85ced2cf299b916c04499b2c3d7b353cc2101f
i2c: omap: simplify IRQ exit path

instead of having multiple return points, use
a goto statement to make that clearer.

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