The patch titled usb: usbmidi kill urb cleanup has been removed from the -mm tree. Its filename was usb-usbmidi-kill-urb-cleanup.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: usb: usbmidi kill urb cleanup From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> - usb_kill_urb() cleanup Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- sound/usb/usbmidi.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN sound/usb/usbmidi.c~usb-usbmidi-kill-urb-cleanup sound/usb/usbmidi.c --- a/sound/usb/usbmidi.c~usb-usbmidi-kill-urb-cleanup +++ a/sound/usb/usbmidi.c @@ -981,7 +981,7 @@ void snd_usbmidi_disconnect(struct list_ 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); } } _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are origin.patch i2lib-unused-variable-cleanup.patch make-1-bit-bitfields-unsigned.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html