]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb27d196caaa1bca5275ca865fc0cbaab044d89aa
tree326a08dc0bfd37cf3428cf01a57f33d9b440912d
parent0673c50bd88faba93b0eef1da2b49f860df94394
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