From: Alan Stern Date: Thu, 9 Jul 2009 16:59:57 +0000 (-0400) Subject: USB: cypress_m8: remove invalid Clear-Halt X-Git-Tag: v2.6.31-rc3~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d2fae8b3597bc787f1f1c06637ce5ab8187e5a7;p=pandora-kernel.git USB: cypress_m8: remove invalid Clear-Halt This patch (as1265) removes an erroneous call to usb_clear_halt from the cypress_m8 driver. The call isn't valid because it is made from interrupt context whereas usb_clear_halt is a blocking routine. Presumably the code has never been executed; if it did it would cause an oops. So instead treat -EPIPE like any other sort of unexplained error. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed