summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Ni <nichen@iscas.ac.cn>2025-04-15 11:12:00 +0300
committerVinod Koul <vkoul@kernel.org>2025-05-14 11:30:08 +0300
commit3b2b414927dcbd866c99ec92e3a214a69fc51c90 (patch)
treeb0a0ff00c842f73811624d6afbd6e99a7244d789
parentd14402a38c2d868cacb1facaf9be908ca6558e59 (diff)
downloadlinux-3b2b414927dcbd866c99ec92e3a214a69fc51c90.tar.xz
phy: rockchip: samsung-hdptx: Remove unneeded semicolon
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Link: https://lore.kernel.org/r/20250415081200.349939-1-nichen@iscas.ac.cn Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r--drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c b/drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
index fc289ed8d915..bb49d69a6f17 100644
--- a/drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
+++ b/drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
@@ -1507,7 +1507,7 @@ static int rk_hdptx_phy_verify_hdmi_config(struct rk_hdptx_phy *hdptx,
break;
default:
return -EINVAL;
- };
+ }
return 0;
}