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

2005-03-21 Thread Johannes Stezenbach
patch by Colin Western: s/usb_unlink_urb/usb_kill_urb/

Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]>

 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.0 +0100
+++ linux-2.6.12-rc1-mm1/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c  
2005-03-22 00:17:50.0 +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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2005-03-21 Thread Johannes Stezenbach
patch by Colin Western: s/usb_unlink_urb/usb_kill_urb/

Signed-off-by: Johannes Stezenbach [EMAIL PROTECTED]

 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.0 +0100
+++ linux-2.6.12-rc1-mm1/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c  
2005-03-22 00:17:50.0 +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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/