Skip to content

Commit e592a65

Browse files
Yang Livinodkoul
authored andcommitted
phy: stm32: Remove unneeded semicolon
This patch removes an unneeded semicolon after a switch statement. ./drivers/phy/st/phy-stm32-combophy.c:226:2-3: Unneeded semicolon Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11403 Signed-off-by: Yang Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent e961ec8 commit e592a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/st/phy-stm32-combophy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ static int stm32_combophy_pll_init(struct stm32_combophy *combophy)
223223
default:
224224
dev_err(combophy->dev, "Invalid rate 0x%x\n", clk_rate);
225225
return -EINVAL;
226-
};
226+
}
227227

228228
cr1_mask |= SYSCFG_COMBOPHY_CR1_REFCLKDIV2;
229229
cr1_val |= REFCLDIV_0;

0 commit comments

Comments
 (0)