]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
I2C: TWL4030: Misc cleanups in twl4030_core.c
authorFelipe Balbi <felipe.lima@indt.org.br>
Mon, 17 Dec 2007 20:31:19 +0000 (22:31 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 18 Dec 2007 00:52:46 +0000 (16:52 -0800)
commit0c6602a8ff16f082400b0bd940266afaa5a38feb
treeb3cb751f0cf6227d1df95cd95511b641cf605440
parentc749a36a4f0d45561927686cd77570a3720285ca
I2C: TWL4030: Misc cleanups in twl4030_core.c

Making code more compliant to CodingStyle, also remove
unneeded goto clauses in twl_init_irq.

goto's will generate extra branch instructions before exiting
from the function; instead, exits earlier to avoid such branch
instructions.

Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/chips/twl4030_core.c