Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/codecs/mt6359.c: In function 'mt6359_platform_driver_remove': sound/soc/codecs/mt6359.c:2823:6: warning: unused variable 'ret' [-Wunused-variable] 2823 | int ret; | ^~~ sound/soc/codecs/mt6359.c:2822:22: warning: unused variable 'priv' [-Wunused-variable] 2822 | struct mt6359_priv *priv = dev_get_drvdata(&pdev->dev); | ^~~~ Introduced by commit 64a70744b778 ("ASoC: Fix vaud18 power leakage of mt6359") -- Cheers, Stephen Rothwell