mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-22 05:44:31 +08:00
net: stmmac: dwmac-meson8b: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20201101140720.2280013-1-trix@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
5d867245c4
commit
1c5825e664
@ -299,7 +299,7 @@ static int meson8b_init_prg_eth(struct meson8b_dwmac *dwmac)
|
||||
dev_err(dwmac->dev, "unsupported phy-mode %s\n",
|
||||
phy_modes(dwmac->phy_mode));
|
||||
return -EINVAL;
|
||||
};
|
||||
}
|
||||
|
||||
if (rx_dly_config & PRG_ETH0_ADJ_ENABLE) {
|
||||
if (!dwmac->timing_adj_clk) {
|
||||
|
Loading…
Reference in New Issue
Block a user