[PATCH 07/13] ARM: OMAP5: l3: Add l3 error handler support for omap5.
R, Sricharan
r.sricharan at ti.com
Tue May 8 02:04:05 EDT 2012
Tony,
On Mon, May 7, 2012 at 11:04 PM, Tony Lindgren <tony at atomide.com> wrote:
> * R, Sricharan <r.sricharan at ti.com> [120506 00:42]:
>> Hi Tony,
>>
>> >> - if (!(cpu_is_omap44xx()))
>> >> + if ((!(cpu_is_omap44xx())) && (!cpu_is_omap54xx()))
>> >> return -ENODEV;
>> >>
>> >> for (i = 0; i < L3_MODULES; i++) {
>> >
>> > Isn't there some unnecessary parens here?
>>
>> You mean in this above for loop?.
>> There are multiple statements .
>
> No, both the old (!(cpu_is_omap44xx())) and the added one.
>
oh ok, will remove those extra ones. Thanks.
Thanks,
Sricharan
More information about the linux-arm-kernel
mailing list