diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-20 04:06:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-20 04:06:28 +0000 |
commit | 43e241fbda8e6c137142af8d08abf9f8d16c5145 (patch) | |
tree | 1e72ad25ef4dfbbd381d4ef859729ebc7c5d6c3e /lib/caps.c | |
parent | Adding debian version 1:3.12.0-1. (diff) | |
download | pciutils-43e241fbda8e6c137142af8d08abf9f8d16c5145.tar.xz pciutils-43e241fbda8e6c137142af8d08abf9f8d16c5145.zip |
Merging upstream version 1:3.13.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/caps.c')
-rw-r--r-- | lib/caps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |