]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: qca8k: Fix port enable for CPU port
authorAndrew Lunn <andrew@lunn.ch>
Wed, 25 Sep 2019 00:47:07 +0000 (02:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Sep 2019 08:30:58 +0000 (10:30 +0200)
commitd62e0a078f118b4f382a29af51b26728dc039452
tree3e21a08a6caf0eae3bcc36cf8a8d91126ea0445b
parente5629e27cd5a1732231d511b0a3a7a4223e0c338
net: dsa: qca8k: Fix port enable for CPU port

The CPU port does not have a PHY connected to it. So calling
phy_support_asym_pause() results in an Opps. As with other DSA
drivers, add a guard that the port is a user port.

Reported-by: Michal Vokáč <michal.vokac@ysoft.com>
Fixes: bbb21750feeb ("net: dsa: enable and disable all ports")
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Michal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/qca8k.c