Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- +drivers/usb/host/xhci.c: In function 'xhci_reset_hw':
- +drivers/usb/host/xhci.c:203:33: error: 'struct xhci_ctrl' has no member named 'dev'; did you mean 'devs'?
- + 203 | ret = reset_get_by_index(ctrl->dev, 0, &ctrl->reset);
- + | ^~~
- + | devs
- +At top level:
- +drivers/usb/host/xhci.c:199:12: error: 'xhci_reset_hw' defined but not used [-Werror=unused-function]
- + 199 | static int xhci_reset_hw(struct xhci_ctrl *ctrl)
- + | ^~~~~~~~~~~~~
- +cc1: all warnings being treated as errors
- +make[2]: *** [drivers/usb/host/xhci.o] Error 1
- +make[1]: *** [drivers/usb/host] Error 2
- +make: *** [sub-make] Error 2
Advertisement
Add Comment
Please, Sign In to add comment