On Mon, Jul 19, 2010 at 05:30:35PM +0900, MyungJoo Ham wrote: > +#ifdef CONFIG_SAMSUNG_POWERDOMAIN > + if ((clk->flags | CLKFLAGS_BOOT_ON) && This is always true if CLKFLAGS_BOOT_ON is non-zero. > + !(clk->flags | CLKFLAGS_CANNOT_DISABLE)) { This is always false if CLKFLAGS_CANNOT_DISABLE is non-zero. > + if (clk->enable && !(clk->flags | CLKFLAGS_CANNOT_DISABLE)) Always false... -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html