mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Feb 2020 07:40:23 +0000 (16:40 +0900)
committerPeng Fan <peng.fan@nxp.com>
Thu, 20 Feb 2020 07:09:55 +0000 (15:09 +0800)
commita2b0221c9cb332415648c061c85f0ab1595c3429
tree82102ee7a052f7b44ac8c1aadfdc62d11d74629f
parentf5df6aa1e64bdde7c26cf349dfd3a773f5c18e26
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>
drivers/mmc/sdhci.c