All of lore.kernel.org
 help / color / mirror / Atom feed
* clk dereference in arch/sh/kernel/cpufreq.c
@ 2013-01-03  9:40 ` Julia Lawall
  0 siblings, 0 replies; 8+ messages in thread
From: Julia Lawall @ 2013-01-03  9:40 UTC (permalink / raw)
  To: lethal, linux-sh, linux-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-10 13:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03  9:40 clk dereference in arch/sh/kernel/cpufreq.c Julia Lawall
2013-01-03  9:40 ` Julia Lawall
2013-01-10  8:59 ` Paul Mundt
2013-01-10  8:59   ` Paul Mundt
2013-01-10  9:31   ` Julia Lawall
2013-01-10  9:31     ` Julia Lawall
2013-01-10 13:18     ` Paul Mundt
2013-01-10 13:18       ` Paul Mundt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.