sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twice
due to a small cut & paste-o on my part. It happens this didn't hurt anything, but it's still wrong.
This commit is contained in:
parent
9563771e2e
commit
2aba3f4e60
@ -425,9 +425,6 @@ static int sis_miibus_writereg(dev, phy, reg, data)
|
||||
return(0);
|
||||
}
|
||||
|
||||
if (sc->sis_type == SIS_TYPE_900 && phy != 0)
|
||||
return(0);
|
||||
|
||||
if (sc->sis_type == SIS_TYPE_900 && phy != 0)
|
||||
return(0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user