X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fnfc%2Fdigital.h;h=08b29b55ea63acdff30d2ba29c1cda51a52f7cb8;hb=c5da0e4a35eb1eba0c1593bef4bf2b58d9d50d6b;hp=586075a3feedfe49e7a5c5d42d257c066239aa78;hpb=645d5087bd9667ed398bcb4bfd8784e1de1ee693;p=deliverable%2Flinux.git diff --git a/net/nfc/digital.h b/net/nfc/digital.h index 586075a3feed..08b29b55ea63 100644 --- a/net/nfc/digital.h +++ b/net/nfc/digital.h @@ -22,10 +22,8 @@ #include #include -#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