]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
phy: phy-snps-eusb2: drop unnecessary loop index declarations
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 23 May 2025 08:48:38 +0000 (10:48 +0200)
committerVinod Koul <vkoul@kernel.org>
Sun, 15 Jun 2025 16:32:41 +0000 (22:02 +0530)
commitd2d0ae723ba3fca2c54dfbc758b368d3009e79a7
tree40f791c4487394ea78f06eeaa14da2a8e422d19b
parentf21b9bea6bc29de88b885cecd5e4f0ada60d4700
phy: phy-snps-eusb2: drop unnecessary loop index declarations

There is already a loop index variable declared at function scope so
drop the unnecessary overloaded loop declarations.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20250523084839.11015-7-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/phy-snps-eusb2.c