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:
wpaul 2000-07-14 05:30:48 +00:00
parent 9563771e2e
commit 2aba3f4e60

View File

@ -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);