Home
last modified time | relevance | path

Searched hist:ca2ec9adc951cc3798e9b0c3773cdcc613232a22 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.cca2ec9adc951cc3798e9b0c3773cdcc613232a22 Fri May 13 14:37:44 UTC 2016 Jaehoon Chung <jh80.chung@samsung.com> mmc: dw_mmc: fix the wrong AND operation

These condition checking are wrong.
Original Author's intention might be "&" instead of "&&".
It can know whether receive or transmit data request with
BIT[4]/BIT[5] of RINTSTS register.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>