ChangeSet 1.1325.4.19, 2003/09/24 16:57:36-07:00, greg@kroah.com [PATCH] USB: remove misleading FIXME comment added by previous patch. drivers/usb/core/usb.c | 1 - 1 files changed, 1 deletion(-) diff -Nru a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c --- a/drivers/usb/core/usb.c Thu Sep 25 14:30:54 2003 +++ b/drivers/usb/core/usb.c Thu Sep 25 14:30:54 2003 @@ -925,7 +925,6 @@ /* 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); }