From: Fjodor Schelichow Date: Thu, 19 Jun 2014 00:52:01 +0000 (+0200) Subject: w1/masters: use pr_* instead of printk X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fda5690906b20ce823964eaac32baa8d3a03f61;p=pandora-kernel.git 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 Signed-off-by: Roman Sommer Acked-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed