Re: [PATCH] ehea: simplify conditional

From: Breno Leitao
Date: Thu Oct 07 2010 - 19:49:16 EST


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>

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