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)
commitb3699a13a675e06f2b27569cfc94f0a3ad8505cc
tree292556f4a36f820833934dc581559aad4de9ad0c
parente002474158d1054a7a2ff9a66149384c639ff242
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