aboutsummaryrefslogtreecommitdiff
path: root/drivers/connector
diff options
context:
space:
mode:
authorVladimir Oltean2020-06-24 16:54:45 +0300
committerDavid S. Miller2020-06-25 16:06:56 -0700
commit026bdb2b96525edd1fb5cc6f24587ff08d277d5c (patch)
tree2cee0637b5936c1c2203786fd43c1795cde46bb5 /drivers/connector
parente39109f59614e5646e6c53100a3e7e8f63dd1d2b (diff)
net: dsa: sja1105: unconditionally free old gating config
Currently sja1105_compose_gating_subschedule is not prepared to be called for the case where we want to recompute the global tc-gate configuration after we've deleted those actions on a port. After deleting the tc-gate actions on the last port, max_cycle_time would become zero, and that would incorrectly prevent sja1105_free_gating_config from getting called. So move the freeing function above the check for the need to apply a new configuration. Fixes: 834f8933d5dd ("net: dsa: sja1105: implement tc-gate using time-triggered virtual links") Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/connector')
0 files changed, 0 insertions, 0 deletions