Mercurial > ecos
diff packages/devs/eth/phy/current/src/eth_phy.c @ 1489:0418d60dd8fb
Clean up warnings
| author | gthomas |
|---|---|
| date | Mon, 09 Feb 2004 20:23:39 +0000 |
| parents | 0832585993c1 |
| children | 970f455a2397 |
line wrap: on
line diff
--- a/packages/devs/eth/phy/current/src/eth_phy.c +++ b/packages/devs/eth/phy/current/src/eth_phy.c @@ -8,7 +8,7 @@ //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2003 Gary Thomas +// Copyright (C) 2003, 2004 Gary Thomas // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -234,7 +234,7 @@ externC int if (!f->init_done) { diag_printf("PHY config without init on PHY: %x\n", f); - return; + return 0; } // Reset PHY (transceiver)
