From eca6a8872a047069969a7f7ad420d819e4847be9 Mon Sep 17 00:00:00 2001 From: Aybuke Ozdemir Date: Thu, 23 Oct 2014 17:12:19 +0300 Subject: [PATCH] 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-format-patch failed