Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.c

    r11dd29b r05ead5c  
    182182        if (ret != EOK) {
    183183                usb_log_warning("Failed to enable interrupts: %s.\n",
    184                     str_error(rc));
     184                    str_error(ret));
    185185                usb_log_info("HW interrupts not available, " \
    186186                    "falling back to polling.\n");
Note: See TracChangeset for help on using the changeset viewer.