public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line
@ 2022-09-15 13:54 Pali Rohár
  2022-09-16  5:40 ` Bin Meng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pali Rohár @ 2022-09-15 13:54 UTC (permalink / raw)
  To: Stefan Roese, Bin Meng; +Cc: u-boot

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));
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-29 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-15 13:54 [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line Pali Rohár
2022-09-16  5:40 ` Bin Meng
2022-09-19  7:03 ` Stefan Roese
2022-09-29 20:07 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox