commit | c96bf1d6a49f0b0d38d668195ee34de52693fb87 | [log] [tgz] |
---|---|---|
author | Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> | Sun Oct 26 19:46:00 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 29 15:36:36 2014 +0800 |
tree | 20b77f321b36a9a2fa86104fcfe968a59a4883d4 | |
parent | be4aa8157c981a8bb9634b886bf1180f97205259 [diff] |
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 <mahfouz.saif.elyazal@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>