
22 Apr
2022
22 Apr
'22
8:37 a.m.
On Fri, Apr 22, 2022 at 12:11 AM Andrew Scull ascull@google.com wrote:
The flags parameter of dm_pci_map_bar() is used for PCI region flags rather than memory mapping flags. Fix the type to match that of the region flags and stop using the regions flags as memory mapping flags.
Signed-off-by: Andrew Scull ascull@google.com
drivers/pci/pci-uclass.c | 10 +++++----- include/pci.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com