summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/hd29l2.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-09-12 20:23:46 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-23 20:11:55 -0300
commita44850df5a2776f7785abc95051a161e39f8e541 (patch)
treea5caa6b51a24c01528baf173101feacdde3e6ee5 /drivers/media/dvb-frontends/hd29l2.h
parent0d2d603124fe08a226d348495f345acd9a399214 (diff)
downloadop-kernel-dev-a44850df5a2776f7785abc95051a161e39f8e541.zip
op-kernel-dev-a44850df5a2776f7785abc95051a161e39f8e541.tar.gz
[media] hd29l2: use Kernel dev_foo() logging
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/hd29l2.h')
-rw-r--r--drivers/media/dvb-frontends/hd29l2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/hd29l2.h b/drivers/media/dvb-frontends/hd29l2.h
index a7a6443..4ad00d7 100644
--- a/drivers/media/dvb-frontends/hd29l2.h
+++ b/drivers/media/dvb-frontends/hd29l2.h
@@ -58,7 +58,7 @@ extern struct dvb_frontend *hd29l2_attach(const struct hd29l2_config *config,
static inline struct dvb_frontend *hd29l2_attach(
const struct hd29l2_config *config, struct i2c_adapter *i2c)
{
- printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
+ pr_warn("%s: driver disabled by Kconfig\n", __func__);
return NULL;
}
#endif
OpenPOWER on IntegriCloud