public inbox for linux-phy@lists.infradead.org
 help / color / mirror / Atom feed
* [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

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