Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ma Feng and committed by
Kishon Vijay Abraham I
6f69e2a3 a89806c9

+1 -1
+1 -1
drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c
··· 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 }