commit | 51626557ace26ebc48d5d56c85675fb106d839c9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Apr 30 07:15:20 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed May 13 10:08:33 2015 -0300 |
tree | ebb8853cfda6ad9f5d185a7884499cb9cddb3b9a | |
parent | e43c1732addce62ba50ce1a37009c104b585ac45 [diff] |
[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>