mt76: mt7615: remove unneeded semicolon

remove unneeded semicolon.
This is detected by coccinelle.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
YueHaibing 2019-10-25 17:16:16 +08:00 committed by Felix Fietkau
parent 2ec1e82bbf
commit 5d1ad7d7ba
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ static int get_omac_idx(enum nl80211_iftype type, u32 mask)
default:
WARN_ON(1);
break;
};
}
return -1;
}

View File

@ -1076,7 +1076,7 @@ int mt7615_mcu_set_sta_rec(struct mt7615_dev *dev, struct ieee80211_vif *vif,
default:
WARN_ON(1);
break;
};
}
if (en) {
req.basic.conn_state = CONN_STATE_PORT_SECURE;