Commits

Gao Pan committed e59b96f1968
MLK-12185 mlb: imx: fix the operation for mlb status in mlb_isr As a result that the wrong operation is used for the mlb status in mlb_isr(), some results are independent of their operations. for example: rx_cis = (cdt_val[2] & ~MASK) >> SHIFT, where, MASK = 0xf0000000 and SHIFT = 28. So, the result is always 0 regardless of the values of its operands. This patch fixes the operation for mlb status in mlb_isr(). (reported by coverity check) Signed-off-by: Gao Pan <pandy.gao@nxp.com>