usb: phy: twl4030-usb: Remove redundant semicolon
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 3 Feb 2014 08:25:04 +0000 (13:55 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Sat, 1 Mar 2014 18:56:26 +0000 (00:26 +0530)
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>
drivers/phy/phy-twl4030-usb.c

index 6c7cec7d0a1d0d857848973e5828b62956854aaf..2e0e9b3774c88d7501462466dd858d3a3bf7edd0 100644 (file)
@@ -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)