NFC: digital: Remove PR_ERR and PR_DBG macros
[deliverable/linux.git] / net / nfc / digital.h
index 586075a3feedfe49e7a5c5d42d257c066239aa78..08b29b55ea63acdff30d2ba29c1cda51a52f7cb8 100644 (file)
 #include <linux/crc-ccitt.h>
 #include <linux/crc-itu-t.h>
 
-#define PR_DBG(fmt, ...)  pr_debug("%s: " fmt "\n", __func__, ##__VA_ARGS__)
-#define PR_ERR(fmt, ...)  pr_err("%s: " fmt "\n", __func__, ##__VA_ARGS__)
-#define PROTOCOL_ERR(req) pr_err("%s:%d: NFC Digital Protocol error: %s\n", \
-                                __func__, __LINE__, req)
+#define PROTOCOL_ERR(req) pr_err("%d: NFC Digital Protocol error: %s\n", \
+                                __LINE__, req)
 
 #define DIGITAL_CMD_IN_SEND        0
 #define DIGITAL_CMD_TG_SEND        1
This page took 0.023851 seconds and 5 git commands to generate.