Skip to content

Commit

Permalink
phy: lantiq: Fix compile warning
Browse files Browse the repository at this point in the history
This local variable is unused, remove it.

Fixes: dea54fb ("phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module")
Signed-off-by: Hauke Mehrtens <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
  • Loading branch information
hauke authored and kishon committed Sep 26, 2018
1 parent 82af093 commit 3a00dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/phy/lantiq/phy-lantiq-rcu-usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ static int ltq_rcu_usb2_of_parse(struct ltq_rcu_usb2_priv *priv,
{
struct device *dev = priv->dev;
const __be32 *offset;
int ret;

priv->reg_bits = of_device_get_match_data(dev);

Expand Down

0 comments on commit 3a00dae

Please sign in to comment.