net: dsa: b53: Add debug prints in b53_vlan_enable()
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 10 Mar 2021 18:52:26 +0000 (10:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Mar 2021 20:33:30 +0000 (12:33 -0800)
commitee47ed08d75e8f16b3cf882061ee19c2ea19dd6c
tree326a08dc0bfd37cf3428cf01a57f33d9b440912d
parent34bb975126419e86bc3b95e200dc41de6c6ca69c
net: dsa: b53: Add debug prints in b53_vlan_enable()

Having dynamic debug prints in b53_vlan_enable() has been helpful to
uncover a recent but update the function to indicate the port being
configured (or -1 for initial setup) and include the global VLAN enabled
and VLAN filtering enable status.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/b53/b53_common.c