aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps/clients/pps-ldisc.c
diff options
context:
space:
mode:
authorAlexander Gordeev <lasaine@lvk.cs.msu.su>2011-01-12 17:00:52 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2011-01-13 08:03:19 -0800
commit7f7cce74105adf714bdc9357da3b6f06e019958c (patch)
tree1fcb692726c5bf91280bcac5a65584eddcd93bf6 /drivers/pps/clients/pps-ldisc.c
parent5e196d34a776420278e4117b4742cd9d3f2350ed (diff)
downloadkernel_samsung_smdk4412-7f7cce74105adf714bdc9357da3b6f06e019958c.zip
kernel_samsung_smdk4412-7f7cce74105adf714bdc9357da3b6f06e019958c.tar.gz
kernel_samsung_smdk4412-7f7cce74105adf714bdc9357da3b6f06e019958c.tar.bz2
pps: convert printk/pr_* to dev_*
Since we now have direct pointers to struct pps_device everywhere it's easy to use dev_* functions to print messages instead of plain printks. Where dev_* cannot be used printks are converted to pr_*. Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> Acked-by: Rodolfo Giometti <giometti@linux.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/pps/clients/pps-ldisc.c')
-rw-r--r--drivers/pps/clients/pps-ldisc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pps/clients/pps-ldisc.c b/drivers/pps/clients/pps-ldisc.c
index 1517f54..1b3c6ed 100644
--- a/drivers/pps/clients/pps-ldisc.c
+++ b/drivers/pps/clients/pps-ldisc.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
#include <linux/module.h>
#include <linux/serial_core.h>
#include <linux/tty.h>