Commit ffce39bf authored by Lorenzo Bianconi's avatar Lorenzo Bianconi Committed by Felix Fietkau

mt76: mt7615: remove useless if condition in mt7615_add_interface()

Get rid of unnecessary if condition in mt7615_add_interface routine
Signed-off-by: default avatarLorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent ae130bb8
...@@ -240,8 +240,6 @@ static int mt7615_add_interface(struct ieee80211_hw *hw, ...@@ -240,8 +240,6 @@ static int mt7615_add_interface(struct ieee80211_hw *hw,
} }
ret = mt7615_mcu_add_dev_info(phy, vif, true); ret = mt7615_mcu_add_dev_info(phy, vif, true);
if (ret)
goto out;
out: out:
mt7615_mutex_release(dev); mt7615_mutex_release(dev);
......
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