]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: pci: Drop the superfluous cast
authorBin Meng <bmeng@tinylab.org>
Wed, 11 Oct 2023 11:00:52 +0000 (19:00 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 1 Nov 2023 00:58:57 +0000 (09:58 +0900)
commitc27c8102e128827c684d8d3da7f0ce03d550b65a
tree5da25dd794e529e519d4a4d480ef3f8f23964149
parent9b8ebd3aec40b35c57973682e5c2df62279417c2
mmc: pci: Drop the superfluous cast

dm_pci_map_bar() return a value of (void *) already, hence no need
to cast it again before assigning to host->ioaddr.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/pci_mmc.c