Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit be830389 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Takashi Iwai
Browse files

ALSA: pcxhr: "fix" PCXHR_REG_TO_PORT definition


The following preprocessor directive is non-compliant:

	#undef PCXHR_REG_TO_PORT(x)

gcc warns about extra tokens but nobody sees them as they are under if
branch which is never parsed.

Make it an #error, it is not clear to me what the author meant.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Link: https://lore.kernel.org/r/YUCCv47sm4zf9OVO@localhost.localdomain


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ad7cc2d4
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment