summaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2014-02-03 13:55:04 +0530
committerKishon Vijay Abraham I <kishon@ti.com>2014-03-02 00:26:26 +0530
commited093e6109865f8ee62c98fc002c04ae25fcd109 (patch)
treee2cac43ccaa00bd9b5cc947bff4fff16bab68080 /drivers/phy
parentb6d790f793f0082df18f3f6c8a7b1b3fb255c88e (diff)
usb: phy: twl4030-usb: Remove redundant semicolon
Semicolon after switch statement is not needed. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/phy-twl4030-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-twl4030-usb.c b/drivers/phy/phy-twl4030-usb.c
index 6c7cec7d0a1d..2e0e9b3774c8 100644
--- a/drivers/phy/phy-twl4030-usb.c
+++ b/drivers/phy/phy-twl4030-usb.c
@@ -338,7 +338,7 @@ static void twl4030_usb_set_mode(struct twl4030_usb *twl, int mode)
dev_err(twl->dev, "unsupported T2 transceiver mode %d\n",
mode);
break;
- };
+ }
}
static void twl4030_i2c_access(struct twl4030_usb *twl, int on)