From: Felipe Balbi Date: Mon, 17 Dec 2007 20:31:19 +0000 (+0200) Subject: I2C: TWL4030: Misc cleanups in twl4030_core.c X-Git-Tag: v2.6.24-omap1~85 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c6602a8ff16f082400b0bd940266afaa5a38feb;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed