Commit 9e155521 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: remove misleading FIXME comment added by previous patch.

parent d4c5af8d
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment