mbox series

[v2,0/1] net/e1000: set/clear GO_LINKD bit only if PHY reset is not blocked

Message ID 20190516220331.91984-1-shweta.choudaha@gmail.com (mailing list archive)
Headers
Series net/e1000: set/clear GO_LINKD bit only if PHY reset is not blocked |

Message

Shweta Choudaha May 16, 2019, 10:03 p.m. UTC
  From: Shweta Choudaha <shweta.choudaha@att.com>

Hello,

 This patch fixes an issue where GO_LINKD bit is incorrectly set/cleared even when PHY reset is blocked
and is updated to fix the checkpatch warning
Fixes f34dec0b41 ("igb: force phy power up/down")

Thanks,
Shweta

Shweta Choudaha (1):
  net/e1000: set/clear GO_LINKD bit only if PHY reset is not blocked

 drivers/net/e1000/igb_ethdev.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)