Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/jz4740/jz4740-i2s.c: In function 'jz4740_i2s_dev_probe': sound/soc/jz4740/jz4740-i2s.c:500:29: warning: unused variable 'match' [-Wunused-variable] 500 | const struct of_device_id *match; | ^~~~~ Introduced by commit 67ad656bdd70 ("ASoC: jz4740: Use of_device_get_match_data()") -- Cheers, Stephen Rothwell