Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-4
-4
drivers/usb/host/ohci-pci.c
··· 232 232 .driver_data = (unsigned long)ohci_quirk_qemu, 233 233 }, 234 234 235 - /* FIXME for some of the early AMD 760 southbridges, OHCI 236 - * won't work at all. blacklist them. 237 - */ 238 - 239 235 {}, 240 236 }; 241 237