nvnet: Drop unnecessary comment

This commit is contained in:
Matt Borgerson 2025-06-18 00:59:51 -07:00 committed by mborgerson
parent 2027d5bc67
commit 928be451d9
1 changed files with 0 additions and 2 deletions

View File

@ -255,8 +255,6 @@ static int nvnet_mii_rw(NvNetState *s, uint64_t val)
switch (reg) {
case MII_BMSR:
/* Phy initialization code waits for MII_BMSR_LINK_ST to be set.. If not
set, software may report controller as not running */
retval = MII_BMSR_AN_COMP | MII_BMSR_LINK_ST;
break;