diff options
author | Antti Palosaari <crope@iki.fi> | 2012-09-13 03:23:44 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-24 03:11:01 +0400 |
commit | 20399b3b0e3494ccd4a74bdd86cd870847f196fe (patch) | |
tree | 12a4928b902ca8670752cc02a71d43cd506793a4 /drivers/media/dvb-frontends/ec100.h | |
parent | 8df379c5a425d127216195861b88f981530e7581 (diff) | |
download | linux-20399b3b0e3494ccd4a74bdd86cd870847f196fe.tar.xz |
[media] ec100: 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/ec100.h')
-rw-r--r-- | drivers/media/dvb-frontends/ec100.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/ec100.h b/drivers/media/dvb-frontends/ec100.h index ee8e52417958..b8479719d7f1 100644 --- a/drivers/media/dvb-frontends/ec100.h +++ b/drivers/media/dvb-frontends/ec100.h @@ -38,7 +38,7 @@ extern struct dvb_frontend *ec100_attach(const struct ec100_config *config, static inline struct dvb_frontend *ec100_attach( const struct ec100_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 |