Skip to content
New issue

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

usb3380 flasher and linux kernel 5.6 #206

Open
briskspirit opened this issue Sep 3, 2022 · 1 comment
Open

usb3380 flasher and linux kernel 5.6 #206

briskspirit opened this issue Sep 3, 2022 · 1 comment
Labels

Comments

@briskspirit
Copy link

pbar0 = ioremap_nocache(pci_resource_start(pdev, 0), pci_resource_len(pdev, 0));

ioremap_nocache needs to be replaced with ioremap if you are building for kernel 5.6 and up.

@ufrisk
Copy link
Owner

ufrisk commented Sep 11, 2022

Thanks for the suggestion, I'll fix this (or add documentation) for it.

@ufrisk ufrisk added the bug label Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants