The patch titled
usb: pvrusb2-io free urb cleanup
has been removed from the -mm tree. Its filename was
usb-pvrusb2-io-free-urb-cleanup.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: usb: pvrusb2-io 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/media/video/pvrusb2/pvrusb2-io.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN
drivers/media/video/pvrusb2/pvrusb2-io.c~usb-pvrusb2-io-free-urb-cleanup
drivers/media/video/pvrusb2/pvrusb2-io.c
--- a/drivers/media/video/pvrusb2/pvrusb2-io.c~usb-pvrusb2-io-free-urb-cleanup
+++ a/drivers/media/video/pvrusb2/pvrusb2-io.c
@@ -289,7 +289,7 @@ static void pvr2_buffer_done(struct pvr2
pvr2_buffer_set_none(bp);
bp->signature = 0;
bp->stream = NULL;
- if (bp->purb) usb_free_urb(bp->purb);
+ usb_free_urb(bp->purb);
pvr2_trace(PVR2_TRACE_BUF_POOL,"/*---TRACE_FLOW---*/"
" bufferDone %p",bp);
}
_
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