From: Alan Stern Date: Fri, 28 Jul 2006 21:07:34 +0000 (-0400) Subject: USB: dummy-hcd: disable interrupts during req->complete X-Git-Tag: v2.6.18-rc4~66^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4dbda1a22d236842b75be4e2679a96a4fd72632;p=pandora-kernel.git USB: dummy-hcd: disable interrupts during req->complete This patch (as756) fixes a bug in dummy-hcd found by the lockdep checker. In one of the code paths, the driver did not disable interrupts before calling a request completion routine. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed