summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/auixp.c3
-rw-r--r--sys/dev/pcmcia/if_ray.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/pci/auixp.c b/sys/dev/pci/auixp.c
index 9b7782986d8..151c37ece71 100644
--- a/sys/dev/pci/auixp.c
+++ b/sys/dev/pci/auixp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auixp.c,v 1.25 2010/07/15 03:43:11 jakemsr Exp $ */
+/* $OpenBSD: auixp.c,v 1.26 2010/08/27 05:04:12 deraadt Exp $ */
/* $NetBSD: auixp.c,v 1.9 2005/06/27 21:13:09 thorpej Exp $ */
/*
@@ -1854,7 +1854,6 @@ auixp_powerhook(int why, void *hdl)
sc = (struct auixp_softc *)hdl;
switch (why) {
case PWR_SUSPEND:
- case PWR_STANDBY:
auixp_suspend(sc);
break;
case PWR_RESUME:
diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c
index 73cbb309b5f..595d481f261 100644
--- a/sys/dev/pcmcia/if_ray.c
+++ b/sys/dev/pcmcia/if_ray.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ray.c,v 1.41 2010/07/02 03:13:42 tedu Exp $ */
+/* $OpenBSD: if_ray.c,v 1.42 2010/08/27 05:04:12 deraadt Exp $ */
/* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */
/*
@@ -916,7 +916,6 @@ ray_power(int why, void *arg)
sc->sc_flags |= RAY_FLAGS_RESUMEINIT;
}
break;
- case PWR_STANDBY:
default:
break;
}