On 03/04/2015 09:11 AM, Tuomas Tynkkynen wrote:
On 03/03/2015 01:33 PM, Mikko Perttunen wrote:
On 03/02/2015 10:49 AM, Paul Bolle wrote:
On Sun, 2015-03-01 at 14:44 +0200, Mikko Perttunen wrote:
[...]
+static struct platform_driver tegra124_cpufreq_platdrv = {
+ .driver = {
+ .name = "cpufreq-tegra124",
+ .owner = THIS_MODULE,
.owner will always be, in short, NULL.
Which reminds me: recently there have been cleanups that remove the
.owner field assignments (e.g. 30f51f248c1d "cpufreq: drop owner
assignment from platform_drivers"), so it can be removed from here as well.
Well noticed! I changed the config symbol to be tristate.
Thanks,
Mikko Perttunen
Yep, will remove.
Mikko
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html