aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c')
-rw-r--r--drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c b/drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c
index 6e457967653e..2ff9a48d833e 100644
--- 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;
}