PATCH: fix typo in capi driver

From: Alan Cox
Date: Thu Sep 30 2004 - 08:09:38 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/