diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-06-18 11:42:55 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-06-19 08:58:44 +0200 |
commit | 8adbe334a15014ee69ae6841e599677f8d4253c4 (patch) | |
tree | b4a7c59a5b716ae4b21f4a023958ce83b6b48de8 | |
parent | 9af54301b643eca4544970037409efc986a47a9c (diff) |
USB: OHCI: remove obsolete FIXME comment
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>
-rw-r--r-- | drivers/usb/host/ohci-pci.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/host/ohci-pci.c b/drivers/usb/host/ohci-pci.c index 585222af24ff..41efe927d8f3 100644 --- a/drivers/usb/host/ohci-pci.c +++ b/drivers/usb/host/ohci-pci.c @@ -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. - */ - {}, }; |