On Sat, May 15, 2010 at 12:27 AM, Kanigeri, Hari <[email protected]> wrote:
>>
>> -     if (cpu_is_omap3430()) {
>> +     if (false);
>
> -- Is this statement needed ?

Yeah, so:

if (false);
#if 0
else if (foo) {
}
#endif
else {
  return -1;
}

Works.

-- 
Felipe Contreras
--
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