Commit 6f69e2a330932756b0baf772b54a82b0e33748db

Authored by Ma Feng
Committed by Kishon Vijay Abraham I
1 parent a89806c998

phy: lantiq: vrx200-pcie: Remove unneeded semicolon

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c
... ... @@ -386,7 +386,7 @@
386 386 default:
387 387 dev_err(dev, "invalid PHY mode %u\n", mode);
388 388 return ERR_PTR(-EINVAL);
389   - };
  389 + }
390 390  
391 391 return priv->phy;
392 392 }