commit | fdd84c8be40b8f31445d8f4b2e907c7e24e2e3f9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 14 16:40:24 2020 +0900 |
committer | Peng Fan <peng.fan@nxp.com> | Thu Feb 20 15:09:56 2020 +0800 |
tree | afa05213255b4f0eb56eddf7cdc69f22208bd692 | |
parent | a2b0221c9cb332415648c061c85f0ab1595c3429 [diff] |
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>