diff --git a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c index b3e05d7c12e90db05a80c355b743b126f1dade74..46502b1e6377068e0f8ea156edc9a4deb9e3ea2f 100644 --- a/drivers/usb/core/usb.c +++ b/drivers/usb/core/usb.c @@ -925,7 +925,6 @@ void usb_disconnect(struct usb_device **pdev) /* Decrement the reference count, it'll auto free everything when */ /* it hits 0 which could very well be now */ - /* FIXME the decrement in device_unregister() should suffice ... */ usb_put_dev(dev); }