summaryrefslogtreecommitdiff
path: root/sys/dev/mii
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-12-08 15:53:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-12-08 15:53:02 +0000
commit7ecc5770dc484f74395578fd20af86a24aafdc4d (patch)
tree0fbde82657170ac53fb17670e9bf88d8c17cd331 /sys/dev/mii
parent931303bb389e4fe2cc8b98edfa925ca402792d12 (diff)
remove case that does nothing
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/eephy.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/mii/eephy.c b/sys/dev/mii/eephy.c
index aed74438f86..144b771c10f 100644
--- a/sys/dev/mii/eephy.c
+++ b/sys/dev/mii/eephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eephy.c,v 1.50 2010/11/23 06:59:27 kevlo Exp $ */
+/* $OpenBSD: eephy.c,v 1.51 2013/12/08 15:53:01 deraadt Exp $ */
/*
* Principal Author: Parag Patel
* Copyright (c) 2001
@@ -207,8 +207,6 @@ eephy_activate(struct device *self, int act)
struct mii_softc *sc = (void *)self;
switch (act) {
- case DVACT_SUSPEND:
- break;
case DVACT_RESUME:
eephy_init(sc);
break;