Skip to content

Commit

Permalink
EmbeddedPkg/Lan9118Dxe: Fixed typo
Browse files Browse the repository at this point in the history
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16109 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
oliviermartin authored and oliviermartin committed Sep 16, 2014
1 parent 021da07 commit fffa852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118DxeUtil.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ PhySoftReset (
gBS->Stall (LAN9118_STALL);
}
// PHY Basic Control Register reset
} else if (Flags & PHY_RESET_PMT) {
} else if (Flags & PHY_RESET_BCR) {
IndirectPHYWrite32 (PHY_INDEX_BASIC_CTRL, PHYCR_RESET);

// Wait for completion
Expand Down

0 comments on commit fffa852

Please sign in to comment.