Changes in uspace/drv/bus/usb/usbhub/port.c [c4f7bf6:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/port.c
rc4f7bf6 r3e6a98c5 143 143 usb_log_debug("Interrupt at port %zu\n", port->port_number); 144 144 145 usb_port_status_t status = 0;145 usb_port_status_t status; 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.