From: Julia Lawall <julia.lawall@lip6.fr>
To: lethal@linux-sh.org, linux-sh@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: clk dereference in arch/sh/kernel/cpufreq.c
Date: Thu, 3 Jan 2013 10:40:20 +0100 (CET) [thread overview]
Message-ID: <alpine.DEB.2.02.1301031038030.1989@hadrien> (raw)
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
next reply other threads:[~2013-01-03 9:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-03 9:40 Julia Lawall [this message]
2013-01-10 8:59 ` clk dereference in arch/sh/kernel/cpufreq.c Paul Mundt
2013-01-10 9:31 ` Julia Lawall
2013-01-10 13:18 ` Paul Mundt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.DEB.2.02.1301031038030.1989@hadrien \
--to=julia.lawall@lip6.fr \
--cc=lethal@linux-sh.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox