commit | 63f991b2871bdb1431e8ff62cae2b7b94b4e5b0c | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Sep 04 09:53:24 2007 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 14:55:24 2007 -0700 |
tree | 959b74ac76154a9afe0f8c718454f6fa9ffd3983 | |
parent | e015268d2fcfcaef70a1ec535e6381f75aafbf81 [diff] |
USB: fix location of statement label in dummy-hcd This patch (as984) fixes a rather elementary mistake in dummy_hcd. The new statement label should come before the spin_unlock_irqrestore, not after it. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>