[DVB patch 23/48] ttusb-budget: s/usb_unlink_urb/usb_kill_urb/

From: Johannes Stezenbach
Date: Tue Mar 22 2005 - 00:36:43 EST


patch by Colin Western: s/usb_unlink_urb/usb_kill_urb/

Signed-off-by: Johannes Stezenbach <js@xxxxxxxxxxx>

dvb-ttusb-budget.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
===================================================================
--- linux-2.6.12-rc1-mm1.orig/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c 2005-03-22 00:17:09.000000000 +0100
+++ linux-2.6.12-rc1-mm1/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c 2005-03-22 00:17:50.000000000 +0100
@@ -818,7 +818,7 @@ static void ttusb_stop_iso_xfer(struct t
int i;

for (i = 0; i < ISO_BUF_COUNT; i++)
- usb_unlink_urb(ttusb->iso_urb[i]);
+ usb_kill_urb(ttusb->iso_urb[i]);

ttusb->iso_streaming = 0;
}

--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/