From: Andrew Morton Date: Fri, 11 May 2007 06:04:14 +0000 (-0700) Subject: USB: auerswald: fix file release handler X-Git-Tag: v2.6.22-rc3~91^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be23edf848b14d1b426c12f2f58e4949c4fbd695;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed