• Janice M. Girouard's avatar
    [PATCH] PCI: testing for probe errors in pci-driver.c · 2b338f7c
    Janice M. Girouard authored
    Currently if __pci_device_probe locates the correct
    device driver, but receives an error from the static
    drv->probe function, this error is not reported.
    
    The attached patch reports the above error condition
    to the caller.  Only when a match for the device in
    the static tables is not found, is the dynamic driver
    table searched.
    2b338f7c
pci-driver.c 12.5 KB