From 43e241fbda8e6c137142af8d08abf9f8d16c5145 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 20 Jun 2024 06:06:28 +0200 Subject: Merging upstream version 1:3.13.0. Signed-off-by: Daniel Baumann --- lib/caps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/caps.c') diff --git a/lib/caps.c b/lib/caps.c index cf1df5d..6b39c10 100644 --- a/lib/caps.c +++ b/lib/caps.c @@ -130,7 +130,7 @@ pci_find_cap_nr(struct pci_dev *d, unsigned int id, unsigned int type, unsigned int target = (cap_number ? *cap_number : 0); unsigned int index = 0; - pci_fill_info_v38(d, ((type == PCI_CAP_NORMAL) ? PCI_FILL_CAPS : PCI_FILL_EXT_CAPS)); + pci_fill_info_v313(d, ((type == PCI_CAP_NORMAL) ? PCI_FILL_CAPS : PCI_FILL_EXT_CAPS)); for (c=d->first_cap; c; c=c->next) { -- cgit v1.2.3