summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-10-15 15:16:36 +0000
committermarius <marius@FreeBSD.org>2010-10-15 15:16:36 +0000
commit10c1b7cca49d780eb30a1fe51ec45787e4865ed4 (patch)
tree3411765850cb8fcb6c69536f4e954ad34775e788 /sys/arm
parentac757f20ddc830f07633b578212e7bed65957067 (diff)
downloadFreeBSD-src-10c1b7cca49d780eb30a1fe51ec45787e4865ed4.zip
FreeBSD-src-10c1b7cca49d780eb30a1fe51ec45787e4865ed4.tar.gz
Remove a device_printf() accidentally left in r213894.
Submitted by: jhb
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/at91/if_ate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/at91/if_ate.c b/sys/arm/at91/if_ate.c
index 00a5d96..ddf2761 100644
--- a/sys/arm/at91/if_ate.c
+++ b/sys/arm/at91/if_ate.c
@@ -320,7 +320,6 @@ ate_attach(device_t dev)
sc->ifp = ifp = if_alloc(IFT_ETHER);
err = mii_attach(dev, &sc->miibus, ifp, ate_ifmedia_upd,
ate_ifmedia_sts, BMSR_DEFCAPMASK, MII_PHY_ANY, MII_OFFSET_ANY, 0);
- device_printf(dev, "Cannot find my PHY.\n");
if (err != 0) {
device_printf(dev, "attaching PHYs failed\n");
goto out;
OpenPOWER on IntegriCloud