commit | 5d826b7b98a66c890920d690d101bf54d220ea92 | [log] [tgz] |
---|---|---|
author | Zhu Yanjun <yanjun.zhu@oracle.com> | Wed May 03 00:43:42 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu May 04 10:57:41 2017 -0400 |
tree | 729fc328f649ad84637b9f3def9195b81c68c175 | |
parent | f411af6822182f84834c4881b825dd40534e7fe8 [diff] |
forcedeth: remove unnecessary carrier status check Since netif_carrier_on() will do nothing if device's carrier is already on, so it's unnecessary to do carrier status check. It's the same for netif_carrier_off(). Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>