e1000e: Fix wrong comment related to link detection
authorBenjamin Poirier <bpoirier@suse.com>
Fri, 21 Jul 2017 18:36:24 +0000 (11:36 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 10 Oct 2017 15:27:07 +0000 (08:27 -0700)
commit65a29da1f5fd20fdebef3b959bef9b3660807b20
treebcf45537f1fa0ad3f5b496147e0c08fc28315217
parentc4c40e51f9c32c6dd8adf606624c930a1c4d9bbb
e1000e: Fix wrong comment related to link detection

Reading e1000e_check_for_copper_link() shows that get_link_status is set to
false after link has been detected. Therefore, it stays TRUE until then.

Signed-off-by: Benjamin Poirier <bpoirier@suse.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/netdev.c