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] [day] [month] [year] [list]
Date:   Sun, 27 Jun 2021 17:04:45 -0700
From:   Stephen Boyd <sboyd@...nel.org>
To:     Pu Lehui <pulehui@...wei.com>, agross@...nel.org,
        bjorn.andersson@...aro.org, mturquette@...libre.com
Cc:     linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
        linux-kernel@...r.kernel.org, pulehui@...wei.com,
        zhangjinhao2@...wei.com
Subject: Re: [PATCH -next] clk/qcom: Remove unused variables

Quoting Pu Lehui (2021-06-08 23:18:48)
> Fix gcc '-Wunused-const-variable' warnings:
> 
>   drivers/clk/qcom/gcc-mdm9607.c:122:37: warning: 'gcc_xo_gpll0_gpll1'
>     defined but not used [-Wunused-const-variable=]
>   drivers/clk/qcom/gcc-mdm9607.c:116:32: warning: 'gcc_xo_gpll0_gpll1_map'
>     defined but not used [-Wunused-const-variable=]
>   drivers/clk/qcom/gcc-mdm9607.c:42:37: warning: 'gcc_xo_sleep' defined
>     but not used [-Wunused-const-variable=]
>   drivers/clk/qcom/gcc-mdm9607.c:37:32: warning: 'gcc_xo_sleep_map'
>     defined but not used [-Wunused-const-variable=]
> 
> Let's remove them.
> 
> Signed-off-by: Pu Lehui <pulehui@...wei.com>
> ---

Applied to clk-next

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ