commit | c27c8102e128827c684d8d3da7f0ce03d550b65a | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Wed Oct 11 19:00:52 2023 +0800 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Wed Nov 01 09:58:57 2023 +0900 |
tree | 5da25dd794e529e519d4a4d480ef3f8f23964149 | |
parent | 9b8ebd3aec40b35c57973682e5c2df62279417c2 [diff] |
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>