Hi.

The following patch makes irttp_read_proc restore_flags()
in error cases too. Applies against 245ac1.


--- linux-245-ac1-clean/net/irda/irttp.c        Sun May 27 22:15:34 2001
+++ linux-245-ac1/net/irda/irttp.c      Sun May 27 22:37:59 2001
@@ -1598,7 +1598,7 @@
        self = (struct tsap_cb *) hashbin_get_first(irttp->tsaps);
        while (self != NULL) {
                if (!self || self->magic != TTP_TSAP_MAGIC)
-                       return len;
+                       break;
 
                len += sprintf(buf+len, "TSAP %d, ", i++);
                len += sprintf(buf+len, "stsap_sel: %02x, ", 

-- 
Regards,
        Rasmus([EMAIL PROTECTED])

Which is worse: Ignorance or Apathy?
Who knows? Who cares?
_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to