]> git.baikalelectronics.ru Git - uboot.git/commit
pci: pci-uclass: Fix incorrect argument in map_physmem
authorSuneel Garapati <sgarapati@marvell.com>
Sat, 19 Oct 2019 23:44:35 +0000 (16:44 -0700)
committerStefan Roese <sr@denx.de>
Tue, 25 Aug 2020 03:41:09 +0000 (05:41 +0200)
commit1e86cfc8b576898fbb06df77cf59d9f4d0fcd306
tree292556f4a36f820833934dc581559aad4de9ad0c
parente3ad9500e75f678d20c0ba61a000bc7f824a80fb
pci: pci-uclass: Fix incorrect argument in map_physmem

Fix argument ordering for map_physmem() called in dm_pci_map_ea_bar().
Additinally minor spelling correction.

Signed-off-by: Suneel Garapati <sgarapati@marvell.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci-uclass.c