|
@@ -213,7 +213,7 @@ bool br_stp_recalculate_bridge_id(struct net_bridge *br)
|
|
|
|
|
|
/* user has chosen a value so keep it */
|
|
/* user has chosen a value so keep it */
|
|
if (br->flags & BR_SET_MAC_ADDR)
|
|
if (br->flags & BR_SET_MAC_ADDR)
|
|
- return;
|
|
|
|
|
|
+ return false;
|
|
|
|
|
|
list_for_each_entry(p, &br->port_list, list) {
|
|
list_for_each_entry(p, &br->port_list, list) {
|
|
if (addr == br_mac_zero ||
|
|
if (addr == br_mac_zero ||
|