summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-exynos4210-usb2.c
diff options
context:
space:
mode:
authorVivek Gautam2016-10-20 08:53:38 +0200
committerKishon Vijay Abraham I2016-11-18 13:49:15 +0100
commit0e65ba283eb40b9b2f02ac9517aff0e1f6eb28ea (patch)
tree298c9cbe6220ab52e8c3ee399847f73510c13a20 /drivers/phy/phy-exynos4210-usb2.c
parentphy: exynos-mipi-video: simplify check for coupled phy status (diff)
downloadkernel-qcow2-linux-0e65ba283eb40b9b2f02ac9517aff0e1f6eb28ea.tar.gz
kernel-qcow2-linux-0e65ba283eb40b9b2f02ac9517aff0e1f6eb28ea.tar.xz
kernel-qcow2-linux-0e65ba283eb40b9b2f02ac9517aff0e1f6eb28ea.zip
phy: fix semicolon.cocci warnings
Remove unneeded semicolon. Generated by: coccinellery/semicolon/semicolon.cocci Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Cc: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/phy-exynos4210-usb2.c')
-rw-r--r--drivers/phy/phy-exynos4210-usb2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/phy/phy-exynos4210-usb2.c b/drivers/phy/phy-exynos4210-usb2.c
index f30bbb0fb3b2..1f50e1004828 100644
--- a/drivers/phy/phy-exynos4210-usb2.c
+++ b/drivers/phy/phy-exynos4210-usb2.c
@@ -141,7 +141,7 @@ static void exynos4210_isol(struct samsung_usb2_phy_instance *inst, bool on)
break;
default:
return;
- };
+ }
regmap_update_bits(drv->reg_pmu, offset, mask, on ? 0 : mask);
}
@@ -179,7 +179,7 @@ static void exynos4210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on)
rstbits = EXYNOS_4210_URSTCON_PHY1_P1P2 |
EXYNOS_4210_URSTCON_HOST_LINK_P2;
break;
- };
+ }
if (on) {
clk = readl(drv->reg_phy + EXYNOS_4210_UPHYCLK);