summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/hd29l2.h
diff options
context:
space:
mode:
authorAntti Palosaari2012-09-13 01:23:46 +0200
committerMauro Carvalho Chehab2012-09-24 01:11:55 +0200
commita44850df5a2776f7785abc95051a161e39f8e541 (patch)
treea5caa6b51a24c01528baf173101feacdde3e6ee5 /drivers/media/dvb-frontends/hd29l2.h
parent[media] ec100: improve I2C routines (diff)
downloadkernel-qcow2-linux-a44850df5a2776f7785abc95051a161e39f8e541.tar.gz
kernel-qcow2-linux-a44850df5a2776f7785abc95051a161e39f8e541.tar.xz
kernel-qcow2-linux-a44850df5a2776f7785abc95051a161e39f8e541.zip
[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 a7a64431364d..4ad00d79aa77 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