cpufreq: brcmstb-avs-cpufreq: Fix resource leaks in ->remove()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 17 Jan 2021 14:26:44 +0000 (15:26 +0100)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 18 Jan 2021 06:53:43 +0000 (12:23 +0530)
commit3657f729b6fb5f2c0bf693742de2dcd49c572aa1
tree572111f131aac69f63a0c346b70cac262c71113e
parent05f456286fd489558c72a4711d22a5612c965685
cpufreq: brcmstb-avs-cpufreq: Fix resource leaks in ->remove()

If 'cpufreq_unregister_driver()' fails, just WARN and continue, so that
other resources are freed.

Fixes: de322e085995 ("cpufreq: brcmstb-avs-cpufreq: AVS CPUfreq driver for Broadcom STB SoCs")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
[ Viresh: Updated Subject ]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/brcmstb-avs-cpufreq.c