]> git.hungrycats.org Git - linux/commitdiff
[PATCH] USB: remove misleading FIXME comment added by previous patch.
authorGreg Kroah-Hartman <greg@kroah.com>
Wed, 24 Sep 2003 09:57:36 +0000 (02:57 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 24 Sep 2003 09:57:36 +0000 (02:57 -0700)
drivers/usb/core/usb.c

index b3e05d7c12e90db05a80c355b743b126f1dade74..46502b1e6377068e0f8ea156edc9a4deb9e3ea2f 100644 (file)
@@ -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);
 }