The patch titled usb: io_edgeport kill urb cleanup has been removed from the -mm tree. Its filename was usb-io_edgeport-kill-urb-cleanup.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: usb: io_edgeport 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> --- drivers/usb/serial/io_edgeport.c | 4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) diff -puN drivers/usb/serial/io_edgeport.c~usb-io_edgeport-kill-urb-cleanup drivers/usb/serial/io_edgeport.c --- a/drivers/usb/serial/io_edgeport.c~usb-io_edgeport-kill-urb-cleanup +++ a/drivers/usb/serial/io_edgeport.c @@ -1038,9 +1038,7 @@ static void edge_close (struct usb_seria edge_port->open = FALSE; edge_port->openPending = FALSE; - if (edge_port->write_urb) { - usb_kill_urb(edge_port->write_urb); - } + usb_kill_urb(edge_port->write_urb); if (edge_port->write_urb) { /* if this urb had a transfer buffer already (old transfer) free it */ _ 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