Re: [PATCH 2/4] drivers/bus: Freescale Management Complex (fsl-mc) bus driver

From: German Rivera
Date: Wed Sep 17 2014 - 19:50:47 EST



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/