Re: [PATCH] ehea: simplify conditional

From: David Miller
Date: Sat Oct 09 2010 - 12:20:46 EST


From: Breno Leitao <leitao@xxxxxxxxxxxxxxxxxx>
Date: Thu, 07 Oct 2010 20:49:05 -0300

> On 10/07/2010 08:14 PM, Nicolas Kaiser wrote:
>> Simplify: ((a&& b) || (!a&& !b)) => (a == b)
>>
>> Signed-off-by: Nicolas Kaiser<nikai@xxxxxxxxx>
> Acked-by: Breno Leitao <leitao@xxxxxxxxxxxxxxxxxx>

Applied.
--
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/