Re: [PATCH] usb: remove redundant conditions

From: Geyslan G. Bem
Date: Thu Dec 10 2015 - 09:58:55 EST


2015-12-10 11:50 GMT-03:00 Felipe Balbi <balbi@xxxxxx>:
>
> Hi,
>
> "Geyslan G. Bem" <geyslan@xxxxxxxxx> writes:
>> This patch removes redundant conditions.
>>
>> - (!A || (A && B)) is the same as (!A || B).
>> - (length && length > 5) can be reduced to a single evaluation.
>>
>> Caught by: cppcheck
>>
>> Signed-off-by: Geyslan G. Bem <geyslan@xxxxxxxxx>
>
> Can you split this into one patch per driver, that way it's easier to
> apply by different maintainers.
Balbi, sure, I can.

Tks.
>
> --
> balbi



--
Regards,

Geyslan G. Bem
hackingbits.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/