提交 ed093e61 编写于 作者: S Sachin Kamat 提交者: Kishon Vijay Abraham I

usb: phy: twl4030-usb: Remove redundant semicolon

Semicolon after switch statement is not needed.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
上级 b6d790f7
...@@ -338,7 +338,7 @@ static void twl4030_usb_set_mode(struct twl4030_usb *twl, int mode) ...@@ -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", dev_err(twl->dev, "unsupported T2 transceiver mode %d\n",
mode); mode);
break; break;
}; }
} }
static void twl4030_i2c_access(struct twl4030_usb *twl, int on) static void twl4030_i2c_access(struct twl4030_usb *twl, int on)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册