From 7f5c9c69701169415e4336ec767907b6a5edd502 Mon Sep 17 00:00:00 2001 From: Antti Palosaari Date: Fri, 26 Jul 2013 06:57:51 -0300 Subject: [PATCH] upstream: [media] e4000: change remaining pr_warn to dev_warn Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- drivers/media/tuners/e4000.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/tuners/e4000.h b/drivers/media/tuners/e4000.h index 3783a0b..25ee7c0 100644 --- a/drivers/media/tuners/e4000.h +++ b/drivers/media/tuners/e4000.h @@ -44,7 +44,7 @@ extern struct dvb_frontend *e4000_attach(struct dvb_frontend *fe, static inline struct dvb_frontend *e4000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct e4000_config *cfg) { - pr_warn("%s: driver disabled by Kconfig\n", __func__); + dev_warn(&i2c->dev, "%s: driver disabled by Kconfig\n", __func__); return NULL; } #endif -- 2.7.4