From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 054/228] cpufreq: sparc: call cpufreq_frequency_table_put_attr() Date: Fri, 13 Sep 2013 17:45:57 -0400 (EDT) Message-ID: <20130913.174557.622678961981086743.davem@davemloft.net> References: <7baecf8302d921d18afa8fc7447e68e41eb434e8.1379063063.git.viresh.kumar@linaro.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <7baecf8302d921d18afa8fc7447e68e41eb434e8.1379063063.git.viresh.kumar@linaro.org> Sender: sparclinux-owner@vger.kernel.org To: viresh.kumar@linaro.org Cc: rjw@sisk.pl, linaro-kernel@lists.linaro.org, patches@linaro.org, cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, sparclinux@vger.kernel.org List-Id: linux-pm@vger.kernel.org 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: David S. Miller > Cc: sparclinux@vger.kernel.org > Signed-off-by: Viresh Kumar Acked-by: David S. Miller