summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/mlphy.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-31 19:48:33 +0000
committerphk <phk@FreeBSD.org>2003-05-31 19:48:33 +0000
commit78fe3fef1aec34c8c496109d7ac5707151339237 (patch)
treeed84638e105041b0789531650fd00e3fcba04472 /sys/dev/mii/mlphy.c
parented097ecfc23f83e296caeddd50a64ae21fc7f8d4 (diff)
downloadFreeBSD-src-78fe3fef1aec34c8c496109d7ac5707151339237.zip
FreeBSD-src-78fe3fef1aec34c8c496109d7ac5707151339237.tar.gz
Remove unnecessary breaks.
Remove unused variables. Add XXX comment where a break may be missing. [lxtphy.c] Found by: FlexeLint
Diffstat (limited to 'sys/dev/mii/mlphy.c')
-rw-r--r--sys/dev/mii/mlphy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mii/mlphy.c b/sys/dev/mii/mlphy.c
index 0be644a..f158a97 100644
--- a/sys/dev/mii/mlphy.c
+++ b/sys/dev/mii/mlphy.c
@@ -243,7 +243,6 @@ mlphy_service(xsc, mii, cmd)
(void) mii_phy_auto(sc);
msc->ml_linked = 0;
return(0);
- break;
case IFM_10_T:
/*
* For 10baseT modes, reset and program the
OpenPOWER on IntegriCloud