提交 3a00dae0 编写于 作者: H Hauke Mehrtens 提交者: Kishon Vijay Abraham I

phy: lantiq: Fix compile warning

This local variable is unused, remove it.

Fixes: dea54fba ("phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module")
Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
上级 82af0932
...@@ -156,7 +156,6 @@ static int ltq_rcu_usb2_of_parse(struct ltq_rcu_usb2_priv *priv, ...@@ -156,7 +156,6 @@ static int ltq_rcu_usb2_of_parse(struct ltq_rcu_usb2_priv *priv,
{ {
struct device *dev = priv->dev; struct device *dev = priv->dev;
const __be32 *offset; const __be32 *offset;
int ret;
priv->reg_bits = of_device_get_match_data(dev); priv->reg_bits = of_device_get_match_data(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册