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)
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>

No differences found