This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / bluetooth / bcm203x.c
index 924bf39..1de3304 100644 (file)
@@ -2,7 +2,6 @@
  *
  *  Broadcom Blutonium firmware driver
  *
- *  Copyright (C) 2003  Maxim Krasnyansky <maxk@qualcomm.com>
  *  Copyright (C) 2003  Marcel Holtmann <marcel@holtmann.org>
  *
  *
@@ -265,7 +264,7 @@ static void bcm203x_disconnect(struct usb_interface *intf)
 
        BT_DBG("intf %p", intf);
 
-       usb_kill_urb(data->urb);
+       usb_unlink_urb(data->urb);
 
        usb_set_intfdata(intf, NULL);