Changes in uspace/drv/bus/usb/usbhub/port.c [3e6a98c5:c4f7bf6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/port.c
r3e6a98c5 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.