|
|
@@ -147,6 +147,9 @@ static int really_probe(struct device *dev, struct device_driver *drv)
|
|
|
printk(KERN_WARNING
|
|
|
"%s: probe of %s failed with error %d\n",
|
|
|
drv->name, dev_name(dev), ret);
|
|
|
+ } else {
|
|
|
+ pr_debug("%s: probe of %s rejects match %d\n",
|
|
|
+ drv->name, dev_name(dev), ret);
|
|
|
}
|
|
|
/*
|
|
|
* Ignore errors returned by ->probe so that the next driver can try
|