Re: [patch] 2.6.10-rc1-mm4: bttv-driver.c compile error

From: Gerd Knorr
Date: Tue Nov 09 2004 - 17:03:40 EST


> As far as I can see, the radio parameter is already handled correctly.
> Is the patch below correct?

> -/* kernel args */
> -#ifndef MODULE
> -static int __init p_radio(char *str) { return bttv_parse(str,BTTV_MAX,radio); }
> -__setup("bttv.radio=", p_radio);
> -#endif

Yes, it's already in Andrew's inbox, just forgot to delete that and
didn't notice due to modular builds ...

Gerd

--
#define printk(args...) fprintf(stderr, ## args)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/