Commit 32f4b159 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB midi: fix typo in previous patch

parent fb46492e
...@@ -398,7 +398,7 @@ static void usb_bulk_read(struct urb *urb, struct pt_regs *regs) ...@@ -398,7 +398,7 @@ static void usb_bulk_read(struct urb *urb, struct pt_regs *regs)
} }
} }
spin_unlock &ep->lock ); spin_unlock ( &ep->lock );
if ( wake ) { if ( wake ) {
wake_up( &ep->wait ); wake_up( &ep->wait );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment