* [PATCH] phy: tegra: xusb: Remove unused powered_on variable
@ 2026-02-02 15:33 Jon Hunter
2026-02-03 5:31 ` Mikko Perttunen
2026-02-04 15:44 ` Vinod Koul
0 siblings, 2 replies; 3+ messages in thread
From: Jon Hunter @ 2026-02-02 15:33 UTC (permalink / raw)
To: JC Kuo, Vinod Koul, Thierry Reding; +Cc: linux-phy, linux-tegra, Jon Hunter
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@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 *
--
2.43.0
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] phy: tegra: xusb: Remove unused powered_on variable
2026-02-02 15:33 [PATCH] phy: tegra: xusb: Remove unused powered_on variable Jon Hunter
@ 2026-02-03 5:31 ` Mikko Perttunen
2026-02-04 15:44 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Mikko Perttunen @ 2026-02-03 5:31 UTC (permalink / raw)
To: JC Kuo, Vinod Koul, Thierry Reding, Jon Hunter
Cc: linux-phy, linux-tegra, Jon Hunter
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@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@nvidia.com>
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] phy: tegra: xusb: Remove unused powered_on variable
2026-02-02 15:33 [PATCH] phy: tegra: xusb: Remove unused powered_on variable Jon Hunter
2026-02-03 5:31 ` Mikko Perttunen
@ 2026-02-04 15:44 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2026-02-04 15:44 UTC (permalink / raw)
To: JC Kuo, Thierry Reding, Jon Hunter; +Cc: linux-phy, linux-tegra
On Mon, 02 Feb 2026 15:33:14 +0000, 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.
>
>
Applied, thanks!
[1/1] phy: tegra: xusb: Remove unused powered_on variable
commit: eeca25fe13a2f690f659a6b43ebbb270b073a6c4
Best regards,
--
~Vinod
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-04 15:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02 15:33 [PATCH] phy: tegra: xusb: Remove unused powered_on variable Jon Hunter
2026-02-03 5:31 ` Mikko Perttunen
2026-02-04 15:44 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox