commit | a2b0221c9cb332415648c061c85f0ab1595c3429 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 14 16:40:23 2020 +0900 |
committer | Peng Fan <peng.fan@nxp.com> | Thu Feb 20 15:09:55 2020 +0800 |
tree | 82102ee7a052f7b44ac8c1aadfdc62d11d74629f | |
parent | f5df6aa1e64bdde7c26cf349dfd3a773f5c18e26 [diff] |
mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr Use {lower,upper}_32_bits() instead of the combination of cast and shift. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>