Skip to content
Snippets Groups Projects
Unverified Commit 00925272 authored by Dan Carpenter's avatar Dan Carpenter Committed by Mark Brown
Browse files

ASoC: amd: pcm-dma: Fix signedness bug in acp_pdm_audio_probe()


The "adata->pdm_irq" variable is unsigned so the error handling will
not work.

Fixes: 87d71a12 ("ASoC: amd: pcm-dma: Use platform_get_irq() to get the interrupt")
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20220304131335.GB28739@kili


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 899a9a7f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment