diff options
author | Antti Palosaari <crope@iki.fi> | 2012-09-12 19:23:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-23 19:10:27 -0400 |
commit | 8df379c5a425d127216195861b88f981530e7581 (patch) | |
tree | 09ececdab91b950923d8040f821b86a8964aa94d /drivers/media/dvb-frontends/af9013.h | |
parent | 0a73f2d61cba0b58ff3639a8c0ce2c7950347584 (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.h | 2 |
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, | |||
110 | static inline struct dvb_frontend *af9013_attach( | 110 | static inline struct dvb_frontend *af9013_attach( |
111 | const struct af9013_config *config, struct i2c_adapter *i2c) | 111 | const 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 */ |