From: brad Date: Tue, 20 Jan 2015 03:26:24 +0000 (+0000) Subject: printf wasn't supposed to go in. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=63f137c92a7e9b631411ba7247bf663161ad63b7;p=openbsd printf wasn't supposed to go in. --- diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c index 38126ce0893..44ea310554c 100644 --- a/sys/dev/mii/rgephy.c +++ b/sys/dev/mii/rgephy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rgephy.c,v 1.34 2014/11/24 00:13:42 brad Exp $ */ +/* $OpenBSD: rgephy.c,v 1.35 2015/01/20 03:26:24 brad Exp $ */ /* * Copyright (c) 2003 * Bill Paul . All rights reserved. @@ -485,7 +485,6 @@ rgephy_reset(struct mii_softc *sc) PHY_WRITE(sc, 31, 0x0a43); reg = PHY_READ(sc, RGEPHY_CR); if ((reg & RGEPHY_CR_ALDPS) != 0) { - printf("rgephy disabling ALDPS"); reg &= ~RGEPHY_CR_ALDPS; PHY_WRITE(sc, RGEPHY_CR, reg); }