]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFC: Replace nfc_dev_dbg with dev_dbg
authorJoe Perches <joe@perches.com>
Fri, 5 Apr 2013 19:27:37 +0000 (12:27 -0700)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 24 Sep 2013 23:35:39 +0000 (01:35 +0200)
commitb48348395ff665f49c7c684c93c5ce09fd0a0307
tree73a27a2efd2a6b778a0aacb0764368ec621b6a22
parent3943826177945c0f7e82fcf1f37797149c6d9c91
NFC: Replace nfc_dev_dbg with dev_dbg

Use the generic kernel function instead of a home-grown
one that does the same thing.

Add \n to uses not at the macro.  Don't add \n where
the nfc_dev_dbg macro mistakenly had them already.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/nfcsim.c
drivers/nfc/nfcwilink.c
drivers/nfc/pn533.c
include/net/nfc/nfc.h