From: Aybuke Ozdemir Date: Thu, 23 Oct 2014 14:12:19 +0000 (+0300) Subject: staging: media: lirc: Use pr_* instead of printk X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~1027 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eca6a8872a047069969a7f7ad420d819e4847be9;p=pandora-kernel.git staging: media: lirc: Use pr_* instead of printk This patch focuses on fixing the following warning generated by checkpatch.pl for the file lirc_sasem.c: WARNING: Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... WARNING: Prefer [subsystem eg: netdev]_cont([subsystem]dev, ... then dev_cont(dev, ... then pr_cont(... to printk(KERN_CONT ... Signed-off-by: Aybuke Ozdemir Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed