+4
−6
+1
−1
+4
−5
+2
−2
+1
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch replaces all calls to the "printk" function within the main "w1"
directory 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>