patch-2.4.21 linux-2.4.21/drivers/isdn/isdn_ppp.c

Next file: linux-2.4.21/drivers/macintosh/nvram.c
Previous file: linux-2.4.21/drivers/isdn/isdn_net.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/isdn/isdn_ppp.c linux-2.4.21/drivers/isdn/isdn_ppp.c
@@ -380,7 +380,7 @@
 	is->slcomp = NULL;
 #endif
 
-/* TODO: if this was the previous master: link the the stuff to the new master */
+/* TODO: if this was the previous master: link the stuff to the new master */
 	if(is->comp_stat)
 		is->compressor->free(is->comp_stat);
 	if(is->link_comp_stat)
@@ -1176,7 +1176,7 @@
 	if (!lp) {
 		printk(KERN_WARNING "%s: all channels busy - requeuing!\n", netdev->name);
 		retval = 1;
-		goto unlock;
+		goto out;
 	}
 	/* we have our lp locked from now on */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)