Changes in uspace/drv/bus/usb/usbhub/port.c [c4f7bf6:56fd7cf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/port.c
rc4f7bf6 r56fd7cf 34 34 */ 35 35 36 #include < stdbool.h>36 #include <bool.h> 37 37 #include <errno.h> 38 38 #include <str_error.h> … … 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.