commit | 9d7f9c4f78e95dd9d17199a53d903262530be62e | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Sat Apr 08 08:55:21 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 08 13:49:36 2017 -0700 |
tree | 261343d60e5e96e2b671c4fbb26524fbeca73829 | |
parent | 7f564528a480084e2318cd48caba7aef4a54a77f [diff] |
net: dsa: Do not check for NULL dst in tag parsers dsa_switch_rcv() already tests for dst == NULL, so there is no need to duplicate the same check within the tag receive functions. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>