summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-rockchip-emmc.c
diff options
context:
space:
mode:
authorVivek Gautam <vivek.gautam@codeaurora.org>2016-10-20 12:23:38 +0530
committerKishon Vijay Abraham I <kishon@ti.com>2016-11-18 18:19:15 +0530
commit0e65ba283eb40b9b2f02ac9517aff0e1f6eb28ea (patch)
tree298c9cbe6220ab52e8c3ee399847f73510c13a20 /drivers/phy/phy-rockchip-emmc.c
parentb3e78cbc3d4599a3d4dfce6e63286e967444a100 (diff)
downloadlinux-0e65ba283eb40b9b2f02ac9517aff0e1f6eb28ea.tar.bz2
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-rockchip-emmc.c')
-rw-r--r--drivers/phy/phy-rockchip-emmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-rockchip-emmc.c b/drivers/phy/phy-rockchip-emmc.c
index fd57345ffed2..f1b24f18e9b2 100644
--- a/drivers/phy/phy-rockchip-emmc.c
+++ b/drivers/phy/phy-rockchip-emmc.c
@@ -132,7 +132,7 @@ static int rockchip_emmc_phy_power(struct phy *phy, bool on_off)
default:
ideal_rate = 200000000;
break;
- };
+ }
diff = (rate > ideal_rate) ?
rate - ideal_rate : ideal_rate - rate;