On 09/11/2014 01:49 PM, Joe Perches wrote:
+out:
+ pr_debug("%s: %s %s\n", __func__, dev_name(dev),
+ found ? "matched" : "not matched");
Thia should probably use dev_dbg
dev_dbg(dev, "%smatched\n", found ? "" : "not ");
and let the dynamic debug mechanism emit the
function name if desired.
Ok, I'll make this change in the v2 respin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/