Changeset 1069714 in mainline for uspace/drv/bus/usb/usbhub/port.c


Ignore:
Timestamp:
2011-09-28T17:18:58Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb91db7
Parents:
8c9e71a (diff), 0f3744d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline

File:
1 edited

Legend:

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

    r8c9e71a r1069714  
    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.