diff --git a/drivers/base/dd.c b/drivers/base/dd.c index 8a8d611f2021..ba43d5436f4d 100644 --- a/drivers/base/dd.c +++ b/drivers/base/dd.c @@ -283,7 +283,7 @@ static int really_probe(struct device *dev, struct device_driver *drv) atomic_inc(&probe_count); pr_debug("bus: '%s': %s: probing driver %s with device %s\n", drv->bus->name, __func__, drv->name, dev_name(dev)); - WARN_ON(!list_empty(&dev->devres_head)); + //WARN_ON(!list_empty(&dev->devres_head)); dev->driver = drv;