Re: [-mm patch] drivers/media/video/bt866.c: small fixes

From: Andrew Morton
Date: Wed Apr 05 2006 - 03:55:15 EST


Martin Samuelsson <sam@xxxxxxx> wrote:
>
> This should fix all things Andrew pointed out when I first submitted the
> avs6eyes driver.

We still have all that #ifdef MODULE stuff at the end of bt866.c.
(Shouldn't it have module_init() and module_exit() handlers?)

All those ".input_mux = 0," lines you added to the struct initialisation
are unneeded - the compiler did that for you.


-
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/