Hi all, After merging the sound-asoc tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: sound/soc/samsung/odroid.c: In function 'odroid_audio_probe': sound/soc/samsung/odroid.c:298:22: warning: 'cpu_dai' may be used uninitialized in this function [-Wmaybe-uninitialized] priv->clk_i2s_bus = of_clk_get_by_name(cpu_dai, "iis"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Introduced by commit d832d2b246c5 ("ASoC: samsung: odroid: Fix of_node refcount unbalance") -- Cheers, Stephen Rothwell