Re: [PATCH] arm/omap: simplify conditional

2010-10-07 Thread Tomi Valkeinen
On Tue, 2010-10-05 at 20:31 +0200, ext Nicolas Kaiser wrote: > Simplify conditional: (a || (!a && !b)) => (a || !b) > > Signed-off-by: Nicolas Kaiser > --- Thanks, applied. Tomi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vge

[PATCH] arm/omap: simplify conditional

2010-10-05 Thread Nicolas Kaiser
Simplify conditional: (a || (!a && !b)) => (a || !b) Signed-off-by: Nicolas Kaiser --- arch/arm/plat-omap/fb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index 0054b95..5c09095 100644 --- a/arch/arm/plat-omap/fb.c +