[PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line

Signed-off-by: Pali Rohár pali@kernel.org --- cmd/pci.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/cmd/pci.c b/cmd/pci.c index 6258699fec81..58a74755c8b2 100644 --- a/cmd/pci.c +++ b/cmd/pci.c @@ -450,11 +450,10 @@ static const struct pci_flag_info { } pci_flag_info[] = { { PCI_REGION_IO, "io" }, { PCI_REGION_PREFETCH, "prefetch" }, { PCI_REGION_SYS_MEMORY, "sysmem" }, { PCI_REGION_RO, "readonly" }, - { PCI_REGION_IO, "io" }, };
static void pci_show_regions(struct udevice *bus) { struct pci_controller *hose = dev_get_uclass_priv(pci_get_controller(bus));

On Thu, Sep 15, 2022 at 9:54 PM Pali Rohár pali@kernel.org wrote:
Signed-off-by: Pali Rohár pali@kernel.org
cmd/pci.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com

On 15.09.22 15:54, Pali Rohár wrote:
Signed-off-by: Pali Rohár pali@kernel.org
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan
cmd/pci.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/cmd/pci.c b/cmd/pci.c index 6258699fec81..58a74755c8b2 100644 --- a/cmd/pci.c +++ b/cmd/pci.c @@ -450,11 +450,10 @@ static const struct pci_flag_info { } pci_flag_info[] = { { PCI_REGION_IO, "io" }, { PCI_REGION_PREFETCH, "prefetch" }, { PCI_REGION_SYS_MEMORY, "sysmem" }, { PCI_REGION_RO, "readonly" },
{ PCI_REGION_IO, "io" }, };
static void pci_show_regions(struct udevice *bus) { struct pci_controller *hose = dev_get_uclass_priv(pci_get_controller(bus));
Viele Grüße, Stefan Roese

On Thu, Sep 15, 2022 at 03:54:45PM +0200, Pali Rohár wrote:
Signed-off-by: Pali Rohár pali@kernel.org Reviewed-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Stefan Roese sr@denx.de
Applied to u-boot/master, thanks!
participants (4)
-
Bin Meng
-
Pali Rohár
-
Stefan Roese
-
Tom Rini