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
- Lines: 18
- Date:
2003-06-13 07:51:34.000000000 -0700
- Orig file:
linux-2.4.20/drivers/isdn/isdn_ppp.c
- Orig date:
2002-11-28 15:53:13.000000000 -0800
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)