Commit 37cfbc42 authored by Heikki Krogerus's avatar Heikki Krogerus Committed by Felipe Balbi

usb: phy: generic: fix a compiler warning

Just because it annoys me.
Signed-off-by: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment