[PATCH] phy: tegra: xusb: Remove unused powered_on variable

Mikko Perttunen mperttunen at nvidia.com
Mon Feb 2 21:31:46 PST 2026


On Tuesday, February 3, 2026 12:33 AM Jon Hunter wrote:
> Commit bbf711682cd5 ("phy: tegra: xusb: Add Tegra186 support") added the
> variable 'powered_on' to the structure 'tegra_xusb_usb2_lane' but it has
> never been used. Therefore, remove this unused variable.
> 
> Signed-off-by: Jon Hunter <jonathanh at nvidia.com>
> ---
>  drivers/phy/tegra/xusb.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/phy/tegra/xusb.h b/drivers/phy/tegra/xusb.h
> index d2b5f9565132..cd277d0ed9e1 100644
> --- a/drivers/phy/tegra/xusb.h
> +++ b/drivers/phy/tegra/xusb.h
> @@ -69,7 +69,6 @@ struct tegra_xusb_usb2_lane {
>  	struct tegra_xusb_lane base;
>  
>  	u32 hs_curr_level_offset;
> -	bool powered_on;
>  };
>  
>  static inline struct tegra_xusb_usb2_lane *
> 

Reviewed-by: Mikko Perttunen <mperttunen at nvidia.com>






More information about the linux-phy mailing list