arm/omap: simplify conditional
authorNicolas Kaiser <nikai@nikai.net>
Tue, 5 Oct 2010 18:31:54 +0000 (20:31 +0200)
committerTomi Valkeinen <tomi.valkeinen@nokia.com>
Fri, 22 Oct 2010 20:21:05 +0000 (23:21 +0300)
Simplify conditional: (a || (!a && !b)) => (a || !b)

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>

No differences found