mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable()
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 2 Oct 2018 22:44:37 +0000 (00:44 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 9 Oct 2018 15:21:43 +0000 (17:21 +0200)
commit92bde154ec91222c4d9a766052ab6dcdbf0cf410
tree235f38cdfc1b7050bffcd55b5ae116222b3c0e60
parent0a60a81ba3860946551cb79aa6486aa076e357f3
mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable()

Pass the entire source data pointer to tmio_sd_addr_is_dmaable()
so we don't have to apply casts throughout the code.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mmc/tmio-common.c