aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/af9013.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-09-12 19:23:43 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-23 19:10:27 -0400
commit8df379c5a425d127216195861b88f981530e7581 (patch)
tree09ececdab91b950923d8040f821b86a8964aa94d /drivers/media/dvb-frontends/af9013.h
parent0a73f2d61cba0b58ff3639a8c0ce2c7950347584 (diff)
[media] af9013: 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/af9013.h')
-rw-r--r--drivers/media/dvb-frontends/af9013.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/af9013.h b/drivers/media/dvb-frontends/af9013.h
index b973fc5a0384..dc837d91327a 100644
--- a/drivers/media/dvb-frontends/af9013.h
+++ b/drivers/media/dvb-frontends/af9013.h
@@ -110,7 +110,7 @@ extern struct dvb_frontend *af9013_attach(const struct af9013_config *config,
110static inline struct dvb_frontend *af9013_attach( 110static inline struct dvb_frontend *af9013_attach(
111const struct af9013_config *config, struct i2c_adapter *i2c) 111const struct af9013_config *config, struct i2c_adapter *i2c)
112{ 112{
113 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); 113 pr_warn("%s: driver disabled by Kconfig\n", __func__);
114 return NULL; 114 return NULL;
115} 115}
116#endif /* CONFIG_DVB_AF9013 */ 116#endif /* CONFIG_DVB_AF9013 */