Re: [U-Boot] [PATCH] mmc: dw_mmc: fix the wrong AND operation

2016-06-26 Thread Minkyu Kang
Hi, 2016년 5월 13일 금요일, Jaehoon Chung님이 작성한 메시지: > 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 > > --- > drivers/mmc

[U-Boot] [PATCH] mmc: dw_mmc: fix the wrong AND operation

2016-05-13 Thread Jaehoon Chung
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 --- drivers/mmc/dw_mmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(