Mailing List archive

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

[linux-dvb] Re: Skystar2 misc changes committed, testing wanted



Arrggghhh. I hit the wrong key again...
Here is the attachment.

--- skystar2.c.sav	2003-12-10 17:00:52.000000000 +0000
+++ skystar2.c	2003-12-10 18:11:39.000000000 +0000
@@ -1244,6 +1244,7 @@ static int remove_pid(struct adapter *ad
 				// remove from the list
 				adapter->pid_count--;
 				adapter->pid_list[i]=adapter->pid_list[adapter->pid_count];
+				adapter->pid_rc[i] = adapter->pid_rc[adapter->pid_count];
 				// hardware setting
 				remove_hw_pid(adapter, pid);
 			}

Home | Main Index | Thread Index