Re: [PATCH 054/228] cpufreq: sparc: call cpufreq_frequency_table_put_attr()

2013-09-13 Thread David Miller
From: Viresh Kumar Date: Fri, 13 Sep 2013 18:30:00 +0530 > Drivers which have an exit path must call cpufreq_frequency_table_put_attr() > if > they have called cpufreq_frequency_table_get_attr() in their init path. > > This driver was missing this part and is fixed with this patch. > > Cc: Dav

[PATCH 054/228] cpufreq: sparc: call cpufreq_frequency_table_put_attr()

2013-09-13 Thread Viresh Kumar
Drivers which have an exit path must call cpufreq_frequency_table_put_attr() if they have called cpufreq_frequency_table_get_attr() in their init path. This driver was missing this part and is fixed with this patch. Cc: David S. Miller Cc: sparcli...@vger.kernel.org Signed-off-by: Viresh Kumar