projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4902abc
)
[PATCH] Char: cyclades, fix deadlock
author
Jiri Slaby
<jirislaby@gmail.com>
Wed, 23 May 2007 20:57:56 +0000
(13:57 -0700)
committer
Chris Wright
<chrisw@sous-sol.org>
Mon, 11 Jun 2007 18:36:45 +0000
(11:36 -0700)
An omitted unlock.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/cyclades.c
patch
|
blob
|
history
diff --git
a/drivers/char/cyclades.c
b/drivers/char/cyclades.c
index 16dc5d1d3cb4f2715be9889d3e2a8bf822dfefec..ab3950384b74ea0a7867941c53cddc0ba6fb1dd7 100644
(file)
--- a/
drivers/char/cyclades.c
+++ b/
drivers/char/cyclades.c
@@
-1103,6
+1103,7
@@
static void cyy_intr_chip(struct cyclades_card *cinfo, int chip,
if (data & info->ignore_status_mask) {
info->icount.rx++;
+ spin_unlock(&cinfo->card_lock);
return;
}
if (tty_buffer_request_room(tty, 1)) {