Hi Stephen, On 2/13/19 02:31, Stephen Rothwell wrote: > After merging the sound-asoc tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > sound/soc/samsung/i2s.c: In function 'samsung_i2s_remove': > sound/soc/samsung/i2s.c:1469:27: warning: unused variable 'priv' [-Wunused-variable] > struct samsung_i2s_priv *priv = dev_get_drvdata(&pdev->dev); ^~~~ > > Introduced by commit > > a404b72d2bdd ("ASoC: samsung: i2s: Convert to single component with multiple DAIs") Thanks for the information. Due to my messed up rebase the line quoted above ended up in the above mentioned commit instead of in the next on in the series, which has not yet been applied: "ASoC: samsung: i2s: Restore support for the secondary PCM" -- Regards Sylwester