commit | 1d9c36f0e893b027a1b38b94c00c974310bac34a | [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 | 2d8e8e626a0a30c3d4e9a02d0b57b36dc34b82dd [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>