commit | be23edf848b14d1b426c12f2f58e4949c4fbd695 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Thu May 10 23:04:14 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 22 23:45:49 2007 -0700 |
tree | 798a6f9a2d6e74d7e7d7e2de2e40c0343c17e700 | |
parent | fcbd963912acc0c5d51bb27f8654f2a91fcff322 [diff] |
USB: auerswald: fix file release handler 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>