From: Viresh Kumar Date: Mon, 16 Sep 2013 13:26:44 +0000 (+0530) Subject: cpufreq: exynos: call cpufreq_frequency_table_put_attr() X-Git-Tag: v3.13-rc1~96^2~12^2~4^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724b9ea0e2ebdef35c05fb19ab3690edf52d8708;p=pandora-kernel.git cpufreq: exynos: call cpufreq_frequency_table_put_attr() 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. Acked-by: Amit Daniel Kachhap Acked-by: Kukjin Kim Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed