On 04/02/2013 05:19 AM, Joseph Lo wrote: > The CPU power timer set up fucntion was related to PMC register. Now moving > it to PMC driver. And it also help to clean up the PM related code later. > diff --git a/arch/arm/mach-tegra/pmc.c b/arch/arm/mach-tegra/pmc.c > +void set_power_timers(unsigned long us_on, unsigned long us_off) > + rate = clk_get_rate(tegra_pclk); > + > + if (WARN_ON_ONCE(rate <= 0)) Nit: Since you need to repost the series anyway, I'd prefer to remove that extra blank line between the assignment to rate, and the if statement. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html