summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/lirc/TODO.lirc_zilog
diff options
context:
space:
mode:
authorAya Mahfouz2014-10-26 18:59:43 +0100
committerGreg Kroah-Hartman2014-10-29 08:36:36 +0100
commitbe4aa8157c981a8bb9634b886bf1180f97205259 (patch)
treeb4527c497f80cf0959392ba3b7101d3fa3fd2e32 /drivers/staging/media/lirc/TODO.lirc_zilog
parentstaging: ft1000: Remove curly braces for single statement blocks (diff)
downloadkernel-qcow2-linux-be4aa8157c981a8bb9634b886bf1180f97205259.tar.gz
kernel-qcow2-linux-be4aa8157c981a8bb9634b886bf1180f97205259.tar.xz
kernel-qcow2-linux-be4aa8157c981a8bb9634b886bf1180f97205259.zip
staging: media: lirc: lirc_zilog.c: replace custom print macros with dev_* and pr_*
This patch removes the custom printk macros dprintk, zilog_notify, zilog_error, and zilog_info. All the calls to these macros were replaced by dev_dbg, dev_notice, dev_err, and dev_info respectively whenever possible. There were cases in which pr_debug, pr_notice, pr_err and pr_info were used. It was when the calling function did not provide an appropiate dev variable. Applying this patch will trigger the out of memory checkpatch warning for two lines. It will be fixed in a separate patch. Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/media/lirc/TODO.lirc_zilog')
0 files changed, 0 insertions, 0 deletions