Commits
Liu Ying committed 3372906386a
MLK-11911-3 mxc IPUv3: disp: Correct display ID check in ipu_uninit_sync_panel() This patch fixes the following issue reported by Coverity: Constant expression result (CONSTANT_EXPRESSION_RESULT) always_true_or: The "or" condition disp != 0 || disp != 1 will always be true because disp cannot be equal to two different values at the same time, so it must be not equal to at least one of them. if ((disp != 0) || (disp != 1)) return; Signed-off-by: Liu Ying <Ying.Liu@freescale.com>