diff --git a/src/usb/usb_ohci_bochs.c b/src/usb/usb_ohci_bochs.c index 32464c39987..1663b6105cd 100644 --- a/src/usb/usb_ohci_bochs.c +++ b/src/usb/usb_ohci_bochs.c @@ -899,7 +899,7 @@ void usb_ohci_mem_write(uint32_t addr, uint32_t value, void* priv) hub->op_regs.HcControl.ir = false; } /* FIXME: Figure out how is USB handed off from SMI on SiS 5600 chipsets. ACPI can be disabled on some of those as well */ - else if (!stricmp(machine_get_internal_name(), "p6f99")) + else if (!strcmp(machine_get_internal_name(), "p6f99")) { /* Do nothing for now*/ }