We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel 5.7.15 fails to compile. It aborts trying to compile drivers/net/usb/lan78xx
CHK include/generated/compile.h CC drivers/net/usb/lan78xx.o drivers/net/usb/lan78xx.c: In function ‘lan78xx_probe’: drivers/net/usb/lan78xx.c:3769:15: error: ‘struct lan78xx_net’ has no member named ‘ep_intr’ 3769 | period = dev->ep_intr->desc.bInterval; | ^~ GZIP kernel/config_data.gz make[3]: *** [scripts/Makefile.build:266: drivers/net/usb/lan78xx.o] Error 1 make[2]: *** [scripts/Makefile.build:488: drivers/net/usb] Error 2 make[1]: *** [scripts/Makefile.build:488: drivers/net] Error 2 make: *** [Makefile:1735: drivers] Error 2 make: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
this is the same error as in as #3786
Sorry, something went wrong.
Pushed a fix.
Thanks popcornmix. Compiled ok!
No branches or pull requests
Kernel 5.7.15 fails to compile. It aborts trying to compile drivers/net/usb/lan78xx
The text was updated successfully, but these errors were encountered: