emmc/dw_mmc: fix the assert on HLE bit
authorHaojian Zhuang <haojian.zhuang@linaro.org>
Thu, 11 Jan 2018 05:49:56 +0000 (13:49 +0800)
committerHaojian Zhuang <haojian.zhuang@linaro.org>
Thu, 11 Jan 2018 05:49:56 +0000 (13:49 +0800)
commite52f5291672649b0b6b18f1f7df87d2d371e4d46
tree313d195c21d85d84e29a095cb27dbf0ce12d84d6
parent08e06be81946de2701429e72840bb76ee3f9a48e
emmc/dw_mmc: fix the assert on HLE bit

When check HLE bit in interrupt register, it should check whether
HLE bit is set, not clear.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
drivers/synopsys/emmc/dw_mmc.c