dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/media/dvb/bt8xx
Jonathan Nieder 6c59eefd58 [media] dvb-bt8xx: convert printks to pr_err()
This module does some printks with the loglevel missing.

pr_err() takes care of adding the KERN_ERR tag and the module name.
So we can simplify the code and add the missing printk loglevel by
using it.

Also add a #define pr_fmt() to make this work, and remove a few
unnecessary periods at the end of messages and bump the loglevel of
"Unknown bttv card type" from KERN_WARNING to KERN_ERR while at it.

Inspired-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-01-07 11:53:35 -02:00
..
Kconfig
Makefile [media] drivers/media: do not use EXTRA_CFLAGS 2011-09-03 18:50:59 -03:00
bt878.c [media] use pci_dev->revision 2011-05-20 07:26:16 -03:00
bt878.h
dst.c [media] dvb: Remove ops->info.type from frontends 2012-01-04 17:30:34 -02:00
dst_ca.c
dst_ca.h
dst_common.h [media] dvb-core: don't use fe_bandwidth_t on driver 2011-12-31 10:22:41 -02:00
dst_priv.h
dvb-bt8xx.c [media] dvb-bt8xx: convert printks to pr_err() 2012-01-07 11:53:35 -02:00
dvb-bt8xx.h