Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41305
b: refs/heads/master
c: f5e135a
h: refs/heads/master
i:
  41303: 62b77e9
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent d066ca4 commit d8412e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcb54a54033ff9359cf64e4283e4f4b92bf9132f
refs/heads/master: f5e135af8737bdc57168cddb3fd83028b25c26cd
2 changes: 1 addition & 1 deletion trunk/sound/usb/usbmidi.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ void snd_usbmidi_disconnect(struct list_head* p)
if (umidi->usb_protocol_ops->finish_out_endpoint)
umidi->usb_protocol_ops->finish_out_endpoint(ep->out);
}
if (ep->in && ep->in->urb)
if (ep->in)
usb_kill_urb(ep->in->urb);
}
}
Expand Down

0 comments on commit d8412e8

Please sign in to comment.