[linux-dvb] [PATCH] Compiler error in tda18271.h
Michael Krufky
mkrufky at linuxtv.org
Wed Dec 12 21:32:00 CET 2007
On Dec 12, 2007 3:11 PM, Andrea <mariofutire at googlemail.com> wrote:
> One of the last commits has broken this header file.
>
> http://linuxtv.org/hg/v4l-dvb/rev/bbbc4fc359e9
>
> diff -r d9e0f35279d4 linux/drivers/media/dvb/frontends/tda18271.h
> --- a/linux/drivers/media/dvb/frontends/tda18271.h Wed Dec 12 00:40:19 2007 -0200
> +++ b/linux/drivers/media/dvb/frontends/tda18271.h Wed Dec 12 20:09:20 2007 +0000
> @@ -38,7 +38,7 @@ static inline struct dvb_frontend *tda18
> static inline struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe,
> u8 addr,
> struct i2c_adapter *i2c,
> - enum tda18271_i2c_gate gate);
> + enum tda18271_i2c_gate gate)
> {
> printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__);
> return NULL;
>
Oops! Thanks for pointing this out. I'll fix this now :-)
Cheers,
Mike
More information about the linux-dvb
mailing list