Oliver Endriss wrote: > Sigmund Augdal wrote: >> Here is a new version. This one passes checkpatch without warnings. I >> removed the read_pwm function, as it always uses the fallback path for >> my card (and frankly I have no idea wether it is actually relevant at >> all for this kind of card). Furthermore the tda10023 driver doesn't seem >> to use this value for anything. > > Any issues with this patch? If not I will commit it next weekend. At the first glance it works fine, thanks Sigmund. Although for multiproto drivers I slightly modified patches and replaced some files from linux-dvb tree (tda10021.c, tda10023.c, tda1002x.h). However, I don't know how necessary is tda827x-oops patch with multiproto. At compile have only one warning: CC [M] /usr/local/src/multiproto-2008-05-14/v4l/budget-av.o /usr/local/src/multiproto-2008-05-14/v4l/budget-av.c: In function 'frontend_init': /usr/local/src/multiproto-2008-05-14/v4l/budget-av.c:1306: warning: passing argument 1 of '__a' from incompatible pointer type Regards, AK