"ext Felipe Balbi" <[EMAIL PROTECTED]> writes:

> On Tue, Jul 01, 2008 at 10:12:41AM +0300, Jouni Hogander wrote:
>>  static void enable_lcd_clocks(int enable)
>>  {
>> -    if (enable)
>> +    if (enable) {
>> +            clk_enable(dispc.dss_ick);
>>              clk_enable(dispc.dss1_fck);
>> -    else
>> +    }
>> +    else {
>
> should be } else { according to CodingStyle ;-)

Yes, thanks Felipe. I should have bother to use checkpatch.pl here. I
will send this again.

>
> -- 
> Best Regards,
>
> Felipe Balbi
> [EMAIL PROTECTED]
> http://blog.felipebalbi.com
>
>

-- 
Jouni Högander

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to