mmc: sdhci: remove unneeded casts
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Feb 2020 07:40:24 +0000 (16:40 +0900)
committerPeng Fan <peng.fan@nxp.com>
Thu, 20 Feb 2020 07:09:56 +0000 (15:09 +0800)
commitfdd84c8be40b8f31445d8f4b2e907c7e24e2e3f9
treeafa05213255b4f0eb56eddf7cdc69f22208bd692
parenta2b0221c9cb332415648c061c85f0ab1595c3429
mmc: sdhci: remove unneeded casts

host->mmc is already (struct mmc *).

memalign() returns an opaque pointer, so there is no need for casting.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/sdhci.c