Re: [PATCH] phy: ingenic: Remove useless field .version

2021-01-13 Thread Vinod Koul
On 23-12-20, 12:45, Paul Cercueil wrote: > Remove the useless field .version from the private structure, which is > set but never read. Applied, thanks -- ~Vinod

Re: [PATCH] phy: ingenic: Remove useless field .version

2020-12-23 Thread Zhou Yanjie
Hi Paul, On 2020/12/23 下午8:45, Paul Cercueil wrote: Remove the useless field .version from the private structure, which is set but never read. Signed-off-by: Paul Cercueil --- drivers/phy/ingenic/phy-ingenic-usb.c | 23 --- 1 file changed, 23 deletions(-) Reviewed-by:

[PATCH] phy: ingenic: Remove useless field .version

2020-12-23 Thread Paul Cercueil
Remove the useless field .version from the private structure, which is set but never read. Signed-off-by: Paul Cercueil --- drivers/phy/ingenic/phy-ingenic-usb.c | 23 --- 1 file changed, 23 deletions(-) diff --git a/drivers/phy/ingenic/phy-ingenic-usb.c b/drivers/phy/ingen