commit | 52858b51b2c779a8f9db32accf774b165522ad81 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Wed Dec 14 16:43:05 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Dec 14 14:50:12 2011 -0500 |
tree | c7746532b15f974cafba6a133ecfcb381574e6b8 | |
parent | e4522ab1c469a65857ddd2d22d0d3f5606965aaa [diff] [blame] |
NFC: Add function name to the NFC pr_fmt() routine Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c index c55f233..2deb4ae 100644 --- a/net/nfc/nci/core.c +++ b/net/nfc/nci/core.c
@@ -25,7 +25,7 @@ * */ -#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt +#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__ #include <linux/types.h> #include <linux/workqueue.h>