commit | c8b284e1f7db1b2bca75bc3bef5b034b0cb6c5f2 | [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 | 5c59a67df5b6e0c4c87fc78fb1d911304bcd2647 [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>