CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/11 09:30:51
Modified files:
sys/dev/pci/drm: drm_linux.c
Log message:
On systems that hide the PCI bridge device corresponding to a PCIe RC port
we may end up passing a NULL pointer to pcie_get_speed_cap(). Handle this
by returning PCI_SPEED_UNKNOWN instead of dereferencing a null-pointer.
ok jsg@
