commit | b4dbda1a22d236842b75be4e2679a96a4fd72632 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Jul 28 17:07:34 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Aug 02 16:41:42 2006 -0700 |
tree | ae910b3268c443e883b81a46a3bc7e34450ce0d8 | |
parent | be0c8015a2e981b9079cb5f0e2bf868fa10249ae [diff] |
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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>