commit | 03fd01ad0eead23eb79294b6fb4d71dcac493855 | [log] [tgz] |
---|---|---|
author | Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> | Thu Jan 19 18:58:25 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 20 12:35:09 2017 -0500 |
tree | fb4cc6c6427542d2cd0864e19287fd3032f54c38 | |
parent | 176b0cbffdf3f240a19386635811034dfe0fc8ab [diff] |
net: ethernet: ti: cpsw: don't duplicate ndev_running No need to create additional vars to identify if interface is running. So simplify code by removing redundant var and checking usage counter instead. Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>