forked from OERV-BSP/u-boot
!A || (A && B) is equivalent to !A || B Drop the unused middle expression to simplify the statement. Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
!A || (A && B) is equivalent to !A || B Drop the unused middle expression to simplify the statement. Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>