summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/tda18271-priv.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-09-22 14:50:35 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-23 17:03:59 -0300
commit0f531e735651555568816b6cf7631816003dc1d2 (patch)
treec6029f115fa8466012ba99ecefa3f06cb0d32f5e /drivers/media/tuners/tda18271-priv.h
parentda8e77f5e945ee92a6225c18f545630e07fc41bc (diff)
downloadop-kernel-dev-0f531e735651555568816b6cf7631816003dc1d2.zip
op-kernel-dev-0f531e735651555568816b6cf7631816003dc1d2.tar.gz
[media] tda18271-common: Convert _tda_printk to return void
No caller or macro uses the return value so make it void. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners/tda18271-priv.h')
-rw-r--r--drivers/media/tuners/tda18271-priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/tuners/tda18271-priv.h b/drivers/media/tuners/tda18271-priv.h
index 454c152..b36a7b7 100644
--- a/drivers/media/tuners/tda18271-priv.h
+++ b/drivers/media/tuners/tda18271-priv.h
@@ -139,8 +139,8 @@ extern int tda18271_debug;
#define DBG_CAL 16
__attribute__((format(printf, 4, 5)))
-int _tda_printk(struct tda18271_priv *state, const char *level,
- const char *func, const char *fmt, ...);
+void _tda_printk(struct tda18271_priv *state, const char *level,
+ const char *func, const char *fmt, ...);
#define tda_printk(st, lvl, fmt, arg...) \
_tda_printk(st, lvl, __func__, fmt, ##arg)
OpenPOWER on IntegriCloud