On Tue, 23 Aug 2005, Grant Kwok wrote:

>I've been using a fairly older version of ivtv for a while now, and
>recently tried to upgrade to one of the newer versions but when I type
>make I get an error.  I'm using debian sarge with a 2.6 kernel....
>I've searched the archives and couldn't seem to find anything related
>to a fix.  Can anyone point me in the right direction?  I've enclosed
>the output.

Looks like a typo in the pre-2.6.10 module_param_array setting. Does
this patch help?


Cheers,
Phil

--- ivtv-driver.c.old   2005-08-23 19:42:44.000000000 +0100
+++ ivtv-driver.c       2005-08-23 19:43:09.000000000 +0100
@@ -176,7 +176,7 @@
 module_param_array(tuner, int, tuner_c, 0644);
 module_param_array(radio, bool, radio_c, 0644);
 module_param_array(cardtype, int, cardtype_c, 0644);
-module_param_array(tda9887, int, &tda9887_c, 0644);
+module_param_array(tda9887, int, tda9887_c, 0644);
 #endif
 module_param(autoload, int, 0644);
 module_param(ivtv_debug, int, 0644);



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to