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:
a89806c
)
phy: lantiq: vrx200-pcie: Remove unneeded semicolon
author
Ma Feng
<mafeng.ma@huawei.com>
Thu, 19 Dec 2019 03:24:38 +0000
(11:24 +0800)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Wed, 8 Jan 2020 07:28:06 +0000
(12:58 +0530)
Fixes coccicheck warning:
drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c:389:2-3: Unneeded semicolon
Fixes:
e52a632195bf
("phy: lantiq: vrx200-pcie: add a driver for the Lantiq VRX200 PCIe PHY")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ma Feng <mafeng.ma@huawei.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c
patch
|
blob
|
history
diff --git
a/drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c
b/drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c
index
6e45796
..
2ff9a48
100644
(file)
--- a/
drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c
+++ b/
drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c
@@
-386,7
+386,7
@@
static struct phy *ltq_vrx200_pcie_phy_xlate(struct device *dev,
default:
dev_err(dev, "invalid PHY mode %u\n", mode);
return ERR_PTR(-EINVAL);
- }
;
+ }
return priv->phy;
}