diff options
author | Patrick Boettcher <patrick.boettcher@posteo.de> | 2015-04-17 06:04:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-18 16:32:15 -0300 |
commit | c5fb0f5f545cdf90c451ea7c9a6fb98ae4c64e49 (patch) | |
tree | 14131e4b784c49bc8df8e64f09978df3c261d505 /drivers/media/dvb-frontends/cx24120.h | |
parent | 5afc9a25be8d4e627cf07aa8a7500eafe3664b94 (diff) | |
download | talos-obmc-linux-c5fb0f5f545cdf90c451ea7c9a6fb98ae4c64e49.tar.gz talos-obmc-linux-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.h | 2 |
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 |