[driver model] Check for probing errors in drivers/base/bus.c
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.
Showing
Please register or sign in to comment