summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/lxtphy.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/lxtphy.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/lxtphy.c')
-rw-r--r--sys/dev/mii/lxtphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/lxtphy.c b/sys/dev/mii/lxtphy.c
index f2bf5e0..4aa98af 100644
--- a/sys/dev/mii/lxtphy.c
+++ b/sys/dev/mii/lxtphy.c
@@ -239,7 +239,7 @@ lxtphy_service(sc, mii, cmd)
case IFM_100_FX:
lxtphy_set_fx(sc);
-
+ /* XXX: fall though intentional ?? */
default:
/*
* BMCR data is stored in the ifmedia entry.
OpenPOWER on IntegriCloud