]> www.infradead.org Git - users/willy/xarray.git/commitdiff
phy: rockchip: samsung-hdptx: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Tue, 15 Apr 2025 08:12:00 +0000 (16:12 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 14 May 2025 08:30:08 +0000 (09:30 +0100)
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>
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c

index fc289ed8d915d84916870329101655cd956898e3..bb49d69a6f17d02407632bef66596c38cae0f47a 100644 (file)
@@ -1507,7 +1507,7 @@ static int rk_hdptx_phy_verify_hdmi_config(struct rk_hdptx_phy *hdptx,
                break;
        default:
                return -EINVAL;
-       };
+       }
 
        return 0;
 }