]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
I2C: TWL4030: Avoid declaring 1-use-only variables
authorFelipe Balbi <felipe.lima@indt.org.br>
Mon, 17 Dec 2007 23:40:03 +0000 (01:40 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 18 Dec 2007 01:03:38 +0000 (17:03 -0800)
commitd17ab340b754c88038c28152c933562531e4b594
tree3f197095f2f18560684f1fe76e68ef6fae5bba4b
parent587251e95392cb936dae9744bddb80382ef2cf3c
I2C: TWL4030: Avoid declaring 1-use-only variables

Avoids declaring local variables used only once in
the function. This preserve a register allocation thus
avoiding extra MOVs from happening.

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