Hi all, After merging the pm tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: drivers/cpufreq/pasemi-cpufreq.c: In function 'pas_cpufreq_cpu_init': drivers/cpufreq/pasemi-cpufreq.c:199:1: warning: label 'out_unmap_sdcpwr' defined but not used [-Wunused-label] out_unmap_sdcpwr: ^~~~~~~~~~~~~~~~ Introduced by commit f43e075f7252 ("cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()") -- Cheers, Stephen Rothwell