w1/masters: use pr_* instead of printk
authorFjodor Schelichow <fjodor.schelichow@hotmail.com>
Thu, 19 Jun 2014 00:52:01 +0000 (02:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:46:51 +0000 (17:46 -0700)
commit1fda5690906b20ce823964eaac32baa8d3a03f61
treef321cdbd005d4b58ae3a13b5598d82062a3694b3
parentfdc9167a7853523647ed0b19d719256c56f1f685
w1/masters: use pr_* instead of printk

This patch replaces all calls to the "printk" function within the "masters"
subdirectory by calls to the appropriate "pr_*" function thus addressing
the following warning generated by the checkpatch script:

WARNING: Prefer [subsystem eg: netdev]_err([subsystem]dev, ...
        then dev_err(dev, ... then pr_err(...  to printk(KERN_ERR ...

Signed-off-by: Fjodor Schelichow <fjodor.schelichow@hotmail.com>
Signed-off-by: Roman Sommer <romsom2@yahoo.de>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/masters/ds1wm.c
drivers/w1/masters/ds2482.c
drivers/w1/masters/ds2490.c