Changeset c4f7bf6 in mainline for uspace/drv/bus/usb/usbhub/port.c
- Timestamp:
- 2013-03-31T21:15:51Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 66108658
- Parents:
- a5057cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/port.c
ra5057cc rc4f7bf6 143 143 usb_log_debug("Interrupt at port %zu\n", port->port_number); 144 144 145 usb_port_status_t status ;145 usb_port_status_t status = 0; 146 146 const int opResult = get_port_status(port, &status); 147 147 if (opResult != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.