Bugzilla – Attachment #45929: w1_search-ratelimit.patch for bug #104020
* Return 0 - device(s) present, 1 - no devices present.
*/
if (w1_reset_bus(dev)) {
dev_info(&dev->dev, "No devices present on the wire.\n");
if (printk_ratelimit())
dev_debug(&dev->dev, "No devices present on the wire.\n");
break;
}