USB: fix location of statement label in dummy-hcd
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 4 Sep 2007 13:53:24 +0000 (09:53 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:55:24 +0000 (14:55 -0700)
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>

No differences found