Guest User

Untitled

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