I fixed that here, at that line, there's a check for a value return from the function there, but it's now void in return, so just removing the if() check from around it fixes the problem.
Thanks, Chris On Tue, Apr 05, 2005 at 02:59:20PM +0100, Allan Stirling wrote: > Tyler Trafford wrote: > > >My patch does that. Settings are applied right away. > > > make[1]: Entering directory `/usr/src/linux-2.6.11' > CC [M] /root/ivtv-0.3.2r/driver/msp3400.o > CC [M] /root/ivtv-0.3.2r/driver/saa7115.o > CC [M] /root/ivtv-0.3.2r/driver/cx25840-driver.o > /root/ivtv-0.3.2r/driver/cx25840-driver.c: In function `load_aud_fw': > /root/ivtv-0.3.2r/driver/cx25840-driver.c:387: error: void value not > ignored as it ought to be > > Applied cleanly to r, but doesn't compile. > > Cheers, > > Allan. > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ivtv-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ivtv-devel -- --- Chris Kennedy / [EMAIL PROTECTED] Engineer KMOS-TV/KTBG-FM Broadcasting Services Department Central Missouri State University ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
