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

Correct pr-warning #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Correct pr-warning #25

wants to merge 1 commit into from

Conversation

esguti
Copy link

@esguti esguti commented Jul 17, 2023

pr_warning function is not defined. The compiler shows the error:

pn5xx_i2c.c:241:25: error: implicit declaration of function 'pr_warning'; did you mean 'acpi_warning'? [-Werror=implicit-function-declaration]
| 241 | pr_warning("%s: spurious interrupt detected\n", func);
| | ^~~~~~~~~~
| | acpi_warning
| cc1: some warnings being treated as errors

the name of the function is pr_warn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant