From be23edf848b14d1b426c12f2f58e4949c4fbd695 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 10 May 2007 23:04:14 -0700 Subject: [PATCH] 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-format-patch failed