Skip to content

Commit

Permalink
mt76: mt7615: remove unneeded semicolon
Browse files Browse the repository at this point in the history
remove unneeded semicolon.
This is detected by coccinelle.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
  • Loading branch information
YueHaibing authored and nbd168 committed Oct 28, 2019
1 parent c93a2d1 commit 58e1e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mt7615/main.c
Expand Up @@ -60,7 +60,7 @@ static int get_omac_idx(enum nl80211_iftype type, u32 mask)
default:
WARN_ON(1);
break;
};
}

return -1;
}
Expand Down
2 changes: 1 addition & 1 deletion mt7615/mcu.c
Expand Up @@ -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;
Expand Down

0 comments on commit 58e1e96

Please sign in to comment.