aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/ec100.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-09-12 20:23:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-23 20:11:01 -0300
commit20399b3b0e3494ccd4a74bdd86cd870847f196fe (patch)
tree12a4928b902ca8670752cc02a71d43cd506793a4 /drivers/media/dvb-frontends/ec100.h
parent[media] af9013: use Kernel dev_foo() logging (diff)
downloadlinux-dev-20399b3b0e3494ccd4a74bdd86cd870847f196fe.tar.xz
linux-dev-20399b3b0e3494ccd4a74bdd86cd870847f196fe.zip
[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.h2
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