Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_m…
…irred This was caused by a poor merge conflict resolution on my side. The "act = &cls->rule->action.entries[0];" assignment was already present in the code prior to the patch mentioned below. Fixes: e13c207 ("net: dsa: refactor matchall mirred action to separate function") Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information