There has been a discussion recently about how the result of get_clk should be an opaque handle, not a value that can be dereferenced:
https://lkml.org/lkml/2012/12/20/105 There is such a dereference in arch/sh/kernel/cpufreq.c, in the function sh_cpufreq_cpu_init: freq_table = cpuclk->nr_freqs ? cpuclk->freq_table : NULL; It was not obvious to me, however, what API function should be used instead, so I am just reporting the (potential) problem. thanks, julia -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/