The second patch doesn't quite work with 2.6.20 kernel.

You still want to modify the #define, but remove the extra #ifdef part

Jimmy

--- linux-2.6.20/drivers/media/video/cx25840/cx25840-firmware.c.orig	2007-02-06 18:16:37.000000000 -0500
+++ linux-2.6.20/drivers/media/video/cx25840/cx25840-firmware.c	2007-02-06 18:14:06.000000000 -0500
@@ -37,7 +37,7 @@
  */
 #define FWSEND 48
 
-#define FWDEV(x) &((x)->adapter->dev)
+#define FWDEV(x) &((x)->dev)
 
 static char *firmware = FWFILE;
 
_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to