Date: Fri, 15 Oct 2010 15:16:37 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r213896 - head/sys/arm/at91 Message-ID: <201010151516.o9FFGb42065401@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marius Date: Fri Oct 15 15:16:36 2010 New Revision: 213896 URL: http://svn.freebsd.org/changeset/base/213896 Log: Remove a device_printf() accidentally left in r213894. Submitted by: jhb Modified: head/sys/arm/at91/if_ate.c Modified: head/sys/arm/at91/if_ate.c ============================================================================== --- head/sys/arm/at91/if_ate.c Fri Oct 15 15:06:32 2010 (r213895) +++ head/sys/arm/at91/if_ate.c Fri Oct 15 15:16:36 2010 (r213896) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010151516.o9FFGb42065401>