lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 21 Nov 2018 09:24:18 +0530
From:   Viresh Kumar <viresh.kumar@...aro.org>
To:     anson.huang@....com
Cc:     Zhang Rui <rui.zhang@...el.com>,
        Eduardo Valentin <edubezval@...il.com>,
        Daniel Lezcano <daniel.lezcano@...aro.org>,
        Linux PM list <linux-pm@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        l.stach@...gutronix.de, linux-imx@....com
Subject: Re: [PATCH V3] thermal: imx: fix for dependency on cpu-freq

On Wed, Nov 21, 2018 at 8:11 AM Anson Huang <anson.huang@....com> wrote:

> @@ -830,8 +851,7 @@ static int imx_thermal_probe(struct platform_device *pdev)
>  clk_disable:
>         clk_disable_unprepare(data->thermal_clk);
>  cpufreq_put:

While at it, rename this label as well to something like legacy_cleanup.

> -       cpufreq_cooling_unregister(data->cdev);
> -       cpufreq_cpu_put(data->policy);
> +       imx_thermal_unregister_legacy_cooling(data);
>
>         return ret;
>  }

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ