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)
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>

No differences found