From: Aya Mahfouz Date: Sun, 26 Oct 2014 17:46:00 +0000 (+0200) Subject: staging: media: lirc: lirc_sir.c: use pr_debug and dev_dbg instead of dprintk X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~877 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c96bf1d6a49f0b0d38d668195ee34de52693fb87;p=pandora-kernel.git staging: media: lirc: lirc_sir.c: use pr_debug and dev_dbg instead of dprintk This patch removes the custom printk macro dprintk and replaces most of the calls made to it by dev_dbg. pr_debug was used when the calling function did not provide the appropiate device variable. Signed-off-by: Aya Mahfouz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed