The patch titled
usb: phidgetmotorcontrol free urb cleanup
has been removed from the -mm tree. Its filename was
usb-phidgetmotorcontrol-free-urb-cleanup.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: usb: phidgetmotorcontrol free urb cleanup
From: Mariusz Kozlowski <[EMAIL PROTECTED]>
- usb_free_urb() cleanup
Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/usb/misc/phidgetmotorcontrol.c | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
diff -puN
drivers/usb/misc/phidgetmotorcontrol.c~usb-phidgetmotorcontrol-free-urb-cleanup
drivers/usb/misc/phidgetmotorcontrol.c
---
a/drivers/usb/misc/phidgetmotorcontrol.c~usb-phidgetmotorcontrol-free-urb-cleanup
+++ a/drivers/usb/misc/phidgetmotorcontrol.c
@@ -392,8 +392,7 @@ out2:
device_remove_file(mc->dev, &dev_attrs[i]);
out:
if (mc) {
- if (mc->irq)
- usb_free_urb(mc->irq);
+ usb_free_urb(mc->irq);
if (mc->data)
usb_buffer_free(dev, URB_INT_SIZE, mc->data,
mc->data_dma);
if (mc->dev)
_
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