Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/port.c

    ra1cb170 re231d26  
    224224                        if (rc != EOK) {
    225225                                usb_log_error(
    226                                     "Failed to set port %d power after OC:"
     226                                    "Failed to set port %zu power after OC:"
    227227                                    " %s.\n", port->port_number, str_error(rc));
    228228                        }
     
    306306        if (rc != EOK) {
    307307                usb_log_error(
    308                     "Failed to clear port %d reset change feature: %s.\n",
     308                    "Failed to clear port %zu reset change feature: %s.\n",
    309309                    port->port_number, str_error(rc));
    310310        }
Note: See TracChangeset for help on using the changeset viewer.