commit | ca2ec9adc951cc3798e9b0c3773cdcc613232a22 | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Fri May 13 23:37:44 2016 +0900 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Mon Jun 27 09:43:26 2016 +0900 |
tree | 8c8834f3c23c6dfc5a82e0a7a3000cf862bc4328 | |
parent | 4141e85bcd79c0b9b16def710e527f165107b7af [diff] |
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>