提交 37cfbc42 编写于 作者: H Heikki Krogerus 提交者: Felipe Balbi

usb: phy: generic: fix a compiler warning

Just because it annoys me.
Signed-off-by: NHeikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 dc52c574
......@@ -162,7 +162,7 @@ int usb_phy_gen_create_phy(struct device *dev, struct usb_phy_gen_xceiv *nop,
if (dev->of_node) {
struct device_node *node = dev->of_node;
enum of_gpio_flags flags;
enum of_gpio_flags flags = 0;
if (of_property_read_u32(node, "clock-frequency", &clk_rate))
clk_rate = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册