Tell a statistic checker that not checking the return value of the probing

of the mii phy is intended for this chip.

Found by:	Coverity Prevent (tm)
CID:		43
This commit is contained in:
Alexander Leidinger 2007-04-01 14:15:26 +00:00
parent 2acfcc2d4c
commit c9be0e5d4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168214

View File

@ -541,7 +541,7 @@ ed_pccard_attach(device_t dev)
sc->chip_type == ED_CHIP_TYPE_DL10022) {
/* Probe for an MII bus, but ignore errors. */
ed_pccard_dl100xx_mii_reset(sc);
mii_phy_probe(dev, &sc->miibus, ed_ifmedia_upd,
(void)mii_phy_probe(dev, &sc->miibus, ed_ifmedia_upd,
ed_ifmedia_sts);
} else if (sc->chip_type == ED_CHIP_TYPE_AX88190) {
ed_pccard_ax88x90_mii_reset(sc);