coreboot/src/device
Nico Huber 4b864e5c30 pciexp_device: Fix pciexp_find_next_extended_cap()
If we already encountered the last extended capability in the
list, we'd call pciexp_get_ext_cap_offset() with `offset == 0`.
So it also needs to check if the passed offset is valid.

As there were no callers of pciexp_find_next_extended_cap()
yet, pciexp_get_ext_cap_offset() was only ever called with
`PCIE_EXT_CAP_OFFSET`.

Change-Id: I155c4691a34ff16661919913a3446fa915ac535e
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66452
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Bill XIE <persmule@hardenedlinux.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2022-08-15 19:22:20 +00:00
..
dram
oprom
azalia_device.c
cardbus_device.c
cpu_device.c
device.c
device_const.c
device_util.c
gpio.c
i2c.c
i2c_bus.c
Kconfig
Makefile.inc
mmio.c
pci_class.c
pci_device.c
pci_early.c
pci_ops.c
pci_rom.c
pciexp_device.c
pcix_device.c
pnp_device.c
resource_allocator_common.c
resource_allocator_v3.c
resource_allocator_v4.c
root_device.c
smbus_ops.c
software_i2c.c
xhci.c