Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] [patch] problem with av7110 and gcc 2.95.4 on debian woody
av7110.c doesn't compile with the above combination of compiler and
distribution. Here is a patch.
? av7100.patch
Index: linux/drivers/media/dvb/ttpci/av7110.c
===================================================================
RCS file: /cvs/linuxtv/dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.c,v
retrieving revision 1.67
diff -u -p -r1.67 av7110.c
--- linux/drivers/media/dvb/ttpci/av7110.c 15 Jun 2003 17:43:48 -0000 1.67
+++ linux/drivers/media/dvb/ttpci/av7110.c 17 Jun 2003 09:47:12 -0000
@@ -2746,11 +2746,10 @@ int av7110_dvb_c_switch(struct saa7146_f
u8 band = 0;
int source, sync;
-
- DEB_EE(("av7110: %p\n",av7110));
-
struct saa7146_fh *ov_fh = NULL;
int restart_overlay = 0;
+
+ DEB_EE(("av7110: %p\n",av7110));
if( vv->ov_data != NULL ) {
ov_fh = vv->ov_data->fh;
Home |
Main Index |
Thread Index