git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcbd963
)
USB: auerswald: fix file release handler
author
Andrew Morton
<akpm@linux-foundation.org>
Fri, 11 May 2007 06:04:14 +0000
(23:04 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 23 May 2007 06:45:49 +0000
(23:45 -0700)
If this down_interruptible() does fail due to signal_pending() then the state
of the driver will get trashed in interesting ways, because userspace cannot
and will not retry the close().
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found