* PATCH: fix typo in capi driver
@ 2004-09-30 13:07 Alan Cox
0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2004-09-30 13:07 UTC (permalink / raw)
To: linux-kernel, torvalds
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-30 13:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-30 13:07 PATCH: fix typo in capi driver Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox