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: Tue, 28 May 2024 01:32:50 +0000
From: Changhuang Liang <changhuang.liang@...rfivetech.com>
To: "linux@...blig.org" <linux@...blig.org>, Jack Zhu
	<jack.zhu@...rfivetech.com>, "vkoul@...nel.org" <vkoul@...nel.org>
CC: "linux-phy@...ts.infradead.org" <linux-phy@...ts.infradead.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject:
 回复: [PATCH] phy: starfive: remove unused struct 'regval'



> From: "Dr. David Alan Gilbert" <linux@...blig.org>
> 
> 'regval' is unused since the original
> commit f8aa660841bc ("phy: starfive: Add mipi dphy rx support").
> 
> Remove it.
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>

Reviewed-by: Changhuang Liang <changhuang.liang@...rfivetech.com>

> ---
>  drivers/phy/starfive/phy-jh7110-dphy-rx.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/drivers/phy/starfive/phy-jh7110-dphy-rx.c
> b/drivers/phy/starfive/phy-jh7110-dphy-rx.c
> index 037a9e0263cd..0b039e1f71c5 100644
> --- a/drivers/phy/starfive/phy-jh7110-dphy-rx.c
> +++ b/drivers/phy/starfive/phy-jh7110-dphy-rx.c
> @@ -46,11 +46,6 @@
> 
>  #define STF_MAP_LANES_NUM			6
> 
> -struct regval {
> -	u32 addr;
> -	u32 val;
> -};
> -
>  struct stf_dphy_info {
>  	/**
>  	 * @maps:
> --
> 2.45.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ