commit | ca496baf9b84913c941f8247fc416b39f158d142 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Apr 29 09:31:58 2021 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Sat Jul 10 01:22:09 2021 +0100 |
tree | eef36469422068cd55ab7863155047d6e89170b0 | |
parent | f4826fb137a4514163aeea31ca8d17e70fcb37e4 [diff] |
mmc: sunxi: Fix warnings with CONFIG_PHYS_64BIT When enabling PHYS_64BIT on 32-bit platforms, we get two warnings about pointer casts in sunxi_mmc.c. Those are related to MMIO addresses, which are always below 1GB on all Allwinner SoCs, so there is no problem with anything having more than 32 bits. Add the proper casts to make it compile cleanly. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>