USB: OHCI: remove obsolete FIXME comment
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Jun 2020 09:42:55 +0000 (11:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Jun 2020 06:58:44 +0000 (08:58 +0200)
This comment has been present since the start of git.  Since no one is
going to do anything about it, and all seems to work well, just drop the
thing entirely.

Cc: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/20200618094300.1887727-4-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-pci.c

index 585222a..41efe92 100644 (file)
@@ -232,10 +232,6 @@ static const struct pci_device_id ohci_pci_quirks[] = {
                .driver_data    = (unsigned long)ohci_quirk_qemu,
        },
 
-       /* FIXME for some of the early AMD 760 southbridges, OHCI
-        * won't work at all.  blacklist them.
-        */
-
        {},
 };