Mailing List archive

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

[linux-dvb] [patch] budget-ci



Hi,

i have to make the attached changes to current cvs budget-ci.c to make it 
compile.

-- 

Kenneth
ke-aa@frisurf.no
Index: linux/drivers/media/dvb/ttpci/budget-ci.c
===================================================================
RCS file: /cvs/linuxtv/dvb-kernel/linux/drivers/media/dvb/ttpci/budget-ci.c,v
retrieving revision 1.11
diff -u -r1.11 budget-ci.c
--- linux/drivers/media/dvb/ttpci/budget-ci.c	11 Mar 2004 21:21:03 -0000	1.11
+++ linux/drivers/media/dvb/ttpci/budget-ci.c	12 Mar 2004 20:24:29 -0000
@@ -68,7 +68,7 @@
 	if (count > 4 || count <= 0)
 		return 0;
 
-        spin_lock(budget_ci->debilock);
+        spin_lock(&budget_ci->debilock);
    
 	if (saa7146_wait_for_debi_done(saa) < 0) {
 	        spin_unlock(&budget_ci->debilock);
@@ -351,7 +351,7 @@
 
 	DEB_EE(("budget_ci: %p\n", budget_ci));
 
-        spin_lock_init(budget_ci->debilock);
+        spin_lock_init(&budget_ci->debilock);
         budget_ci->ci_present = 0;
 
 	if ((err = ttpci_budget_init (&budget_ci->budget, dev, info))) {

Home | Main Index | Thread Index