Commits
Liu Ying committed 1414130fea6
MLK-11911-6 mxc IPUv3: Minor improvement for _ipu_is_smfc_chan() A minor improvement for _ipu_is_smfc_chan() to address the following issue reported by Coverity: Unsigned compared against 0 (NO_EFFECT) unsigned_compare: This greater-than-or-equal-to-zero comparison of an unsigned value is always true. dma_chan >= 0U. return ((dma_chan >= 0) && (dma_chan <= 3)); Signed-off-by: Liu Ying <Ying.Liu@freescale.com>