commit | 014f00664267904585f58c3478e9a7bfc96d0f03 | [log] [tgz] |
---|---|---|
author | YAMANE Toshiaki <yamanetoshi@gmail.com> | Thu Nov 08 15:53:37 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Dec 21 19:12:56 2012 -0200 |
tree | e429f2475efae80468810e9be29f647a5474190f | |
parent | e174e6cac62419ab136506e48790ccd36854ed53 [diff] |
[media] staging/media: Use pr_ printks in lirc/lirc_sir.c fixed below checkpatch warnings. - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... and add pr_fmt. Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>