projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d86724
)
net: stmmac: dwmac-meson8b: remove unneeded semicolon
author
Tom Rix
<trix@redhat.com>
Sun, 1 Nov 2020 14:07:20 +0000
(06:07 -0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 3 Nov 2020 01:51:10 +0000
(17:51 -0800)
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>
drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
index
5afcf05
..
dc0b8b6
100644
(file)
--- a/
drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
+++ b/
drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
@@
-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) {