diff options
Diffstat (limited to 'drivers/media/tuners/tda18271-priv.h')
-rw-r--r-- | drivers/media/tuners/tda18271-priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/tuners/tda18271-priv.h b/drivers/media/tuners/tda18271-priv.h index 454c152ccaa0..b36a7b754772 100644 --- a/drivers/media/tuners/tda18271-priv.h +++ b/drivers/media/tuners/tda18271-priv.h | |||
@@ -139,8 +139,8 @@ extern int tda18271_debug; | |||
139 | #define DBG_CAL 16 | 139 | #define DBG_CAL 16 |
140 | 140 | ||
141 | __attribute__((format(printf, 4, 5))) | 141 | __attribute__((format(printf, 4, 5))) |
142 | int _tda_printk(struct tda18271_priv *state, const char *level, | 142 | void _tda_printk(struct tda18271_priv *state, const char *level, |
143 | const char *func, const char *fmt, ...); | 143 | const char *func, const char *fmt, ...); |
144 | 144 | ||
145 | #define tda_printk(st, lvl, fmt, arg...) \ | 145 | #define tda_printk(st, lvl, fmt, arg...) \ |
146 | _tda_printk(st, lvl, __func__, fmt, ##arg) | 146 | _tda_printk(st, lvl, __func__, fmt, ##arg) |