speedtch usbatm2.c,1.8,1.9

Duncan Sands duncan at infradead.org
Mon Jan 24 05:52:58 EST 2005


Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv21829

Modified Files:
	usbatm2.c 
Log Message:
There's no longer any need to take this reference count.


Index: usbatm2.c
===================================================================
RCS file: /home/cvs/speedtch/usbatm2.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- usbatm2.c	24 Jan 2005 10:47:08 -0000	1.8
+++ usbatm2.c	24 Jan 2005 10:52:55 -0000	1.9
@@ -1024,8 +1024,6 @@
 	if (!ret)
 		ret = usbatm_atm_init(instance);
 
-	udsl_put_instance(instance);	/* taken in usbatm_heavy_init */
-
 	return ret;
 }
 
@@ -1041,7 +1039,6 @@
 	}
 
 	instance->kthread = kthread;
-	udsl_get_instance(instance);	/* dropped in usbatm_do_heavy_init */
 	mb();
 	wake_up_process(kthread);
 




More information about the Usbatm-commits mailing list