[media] saa7134: use pr_warn() on some places where no KERN_foo were used
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 30 Apr 2015 10:15:20 +0000 (07:15 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 13 May 2015 13:08:33 +0000 (10:08 -0300)
commit51626557ace26ebc48d5d56c85675fb106d839c9
treeebb8853cfda6ad9f5d185a7884499cb9cddb3b9a
parente43c1732addce62ba50ce1a37009c104b585ac45
[media] saa7134: use pr_warn() on some places where no KERN_foo were used

On a few places, mostly during board detection, some printk()
macros were called without especifying any message level.

Those are actually warnings. So, use pr_warn() for them.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/saa7134/saa7134-cards.c
drivers/media/pci/saa7134/saa7134-core.c
This page took 0.02583 seconds and 5 git commands to generate.