I didn't have ISDN builds on in my tree for some reason hence missing these
two from the tidy ups at the end. Marcel Holtmann also came up with the
same fixes although I didnt find that email until I did these.
--- drivers/isdn/capi/capi.c~ 2004-09-30 14:00:57.638067496 +0100
+++ drivers/isdn/capi/capi.c 2004-09-30 14:00:57.639067344 +0100
@@ -646,7 +646,7 @@
kfree_skb(skb);
(void)capiminor_del_ack(mp, datahandle);
if (mp->tty)
- tty_wakeup(tty);
+ tty_wakeup(mp->tty);
(void)handle_minor_send(mp);
} else {
Signed-off-by: Alan Cox