···185185 if (usb_disabled())186186 return -ENODEV;187187188188+ /*189189+ * We don't call dma_set_mask_and_coherent() here because the190190+ * DMA mask has already been appropraitely setup by the core191191+ * SA-1111 bus code (which includes bug workarounds.)192192+ */193193+188194 hcd = usb_create_hcd(&ohci_sa1111_hc_driver, &dev->dev, "sa1111");189195 if (!hcd)190196 return -ENOMEM;