RE: [Intel-wired-lan] [PATCH 2/5] e1000e: Fix wrong comment related to link detection

2017-09-18 Thread Brown, Aaron F
> Subject: [Intel-wired-lan] [PATCH 2/5] 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

[PATCH 2/5] e1000e: Fix wrong comment related to link detection

2017-07-21 Thread Benjamin Poirier
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 --- drivers/net/ethernet/intel/e1000e/netdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi