aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/cx24120.h
diff options
context:
space:
mode:
authorPatrick Boettcher <patrick.boettcher@posteo.de>2015-04-17 06:04:53 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-18 16:32:15 -0300
commitc5fb0f5f545cdf90c451ea7c9a6fb98ae4c64e49 (patch)
tree14131e4b784c49bc8df8e64f09978df3c261d505 /drivers/media/dvb-frontends/cx24120.h
parent[media] Add support for TechniSat Skystar S2 (diff)
downloadlinux-dev-c5fb0f5f545cdf90c451ea7c9a6fb98ae4c64e49.tar.xz
linux-dev-c5fb0f5f545cdf90c451ea7c9a6fb98ae4c64e49.zip
[media] cx24120: minor checkpatch fixes
This patch fixes printk-related checkpatch warnings. All printks have been converted to pr_warn or pr_info or pr_err. Signed-off-by: Patrick.Boettcher <patrick.boettcher@posteo.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/cx24120.h')
-rw-r--r--drivers/media/dvb-frontends/cx24120.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/cx24120.h b/drivers/media/dvb-frontends/cx24120.h
index 9a394d4c70e4..076d2ddb5dde 100644
--- a/drivers/media/dvb-frontends/cx24120.h
+++ b/drivers/media/dvb-frontends/cx24120.h
@@ -48,7 +48,7 @@ static inline struct dvb_frontend *cx24120_attach(
const struct cx24120_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