commit | 803c4f64d79d2fced37a0650b94e6c84296dffd6 | [log] [tgz] |
---|---|---|
author | Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> | Fri Aug 10 15:47:09 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 11 09:38:53 2018 -0700 |
tree | ffe8720640aabf7712f1093710db624fd800582c | |
parent | be35b982e83a3f2c2cfbb27320066fb8a27168c2 [diff] |
net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlan It's exclusive with normal behaviour but if try to set vlan to one of the reserved values is made, the cpsw runtime pm is broken. Fixes: a6c5d14f5136 ("drivers: net: cpsw: ndev: fix accessing to suspended device") Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>