Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Suggested patch for nxt6000.c version 1.13



Hello.

After spending some time tracking down a problem with my tuning, I found a 
problem. I suggest the pollowing patch:

--- nxt6000.c.1.13      2003-11-12 16:41:40.000000000 +0100
+++ nxt6000.c   2003-11-23 19:38:31.439171116 +0100
@@ -66,7 +66,7 @@
 #define TUNER_TYPE_SP5659      1
 #define TUNER_TYPE_SP5730      2

-#define FE2NXT(fe) ((struct nxt6000_config *)&(fe->data))
+#define FE2NXT(fe) ((struct nxt6000_config *)(fe->data))
 #define FREQ2DIV(freq) ((freq + 36166667) / 166667)

 #define dprintk if (debug) printk

It continues the changes made between version 1.12 and 1.13 and should 
probably have been included in version 1.13.

--- Mikael Rosbacke



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index