From: Alexander Beregalov <a.beregalov@xxxxxxxxx> Date: Sun, 20 Dec 2009 15:16:35 +0300 > Fix warnings which become build errors since -Werror is used. > arch/sparc/kernel/us3_cpufreq.c:60: error: 'ret' may be used uninitialized in this function > arch/sparc/kernel/us3_cpufreq.c:101: error: 'new_bits' may be used uninitialized in this function > > Signed-off-by: Alexander Beregalov <a.beregalov@xxxxxxxxx> The default switch case is BUG(), therefore the end of the function is unreachable. What changed recently to cause this to start generating a warning, it never did before? -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html