]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Remove space before tab in clock34xx.c
authorTony Lindgren <tony@atomide.com>
Tue, 3 Jun 2008 23:13:47 +0000 (16:13 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 3 Jun 2008 23:13:47 +0000 (16:13 -0700)
Remove space before tab in clock34xx.c

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock34xx.c

index 71357db3f8d389263306376dd1b85899778ede7e..2aa411deb0c1d5fbd1bcc76b556f6b617db384f2 100644 (file)
@@ -475,7 +475,7 @@ static void omap3_dpll_deny_idle(struct clk *clk)
        dd = clk->dpll_data;
 
        cm_rmw_reg_bits(dd->autoidle_mask,
-                       DPLL_AUTOIDLE_DISABLE << __ffs(dd->autoidle_mask),
+                       DPLL_AUTOIDLE_DISABLE << __ffs(dd->autoidle_mask),
                        dd->autoidle_reg);
 }