The patch titled
usb: visor kill urb cleanup
has been removed from the -mm tree. Its filename was
usb-visor-kill-urb-cleanup.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: usb: visor kill urb cleanup
From: Mariusz Kozlowski <[EMAIL PROTECTED]>
- usb_kill_urb() cleanup
Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/usb/serial/visor.c | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
diff -puN drivers/usb/serial/visor.c~usb-visor-kill-urb-cleanup
drivers/usb/serial/visor.c
--- a/drivers/usb/serial/visor.c~usb-visor-kill-urb-cleanup
+++ a/drivers/usb/serial/visor.c
@@ -348,8 +348,7 @@ static void visor_close (struct usb_seri
/* shutdown our urbs */
usb_kill_urb(port->read_urb);
- if (port->interrupt_in_urb)
- usb_kill_urb(port->interrupt_in_urb);
+ usb_kill_urb(port->interrupt_in_urb);
/* Try to send shutdown message, if the device is gone, this will just
fail. */
transfer_buffer = kmalloc (0x12, GFP_KERNEL);
_
Patches currently in -mm which might be from [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html