• Patrick Mochel's avatar
    [driver model] Check for probing errors in drivers/base/bus.c · 65e5149b
    Patrick Mochel authored
    From Janice Girouard. 
    
    Currently if an error is detected when probing a device,
    this error is not reported. Generally, an error value from
    errno.h will be returned when the driver->probe function
    fails. However, these errors are not logged, and the device
    fails silently.
    65e5149b
bus.c 14.6 KB