summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-12-21 17:10:08 +0000
committerderaadt <deraadt@openbsd.org>2013-12-21 17:10:08 +0000
commit6b7c3e74f336c7e4d7de62328c8730f7f2f7c3d9 (patch)
tree88a15f197af282f8b3b0f6356026d4cf5481c1f9
parentsave/restore hpet configuration. Perhaps a little more than we (diff)
downloadwireguard-openbsd-6b7c3e74f336c7e4d7de62328c8730f7f2f7c3d9.tar.xz
wireguard-openbsd-6b7c3e74f336c7e4d7de62328c8730f7f2f7c3d9.zip
rearrange DVACT_RESUME chunk to avoid implying something ridiculous
ok stsp
-rw-r--r--sys/dev/sdmmc/sdmmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sdmmc/sdmmc.c b/sys/dev/sdmmc/sdmmc.c
index 82754404b9a..3184278f280 100644
--- a/sys/dev/sdmmc/sdmmc.c
+++ b/sys/dev/sdmmc/sdmmc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sdmmc.c,v 1.30 2013/12/06 21:03:04 deraadt Exp $ */
+/* $OpenBSD: sdmmc.c,v 1.31 2013/12/21 17:10:08 deraadt Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
@@ -157,8 +157,8 @@ sdmmc_activate(struct device *self, int act)
sc->sc_dying = -1;
break;
case DVACT_RESUME:
- wakeup(&sc->sc_tskq);
rv = config_activate_children(self, act);
+ wakeup(&sc->sc_tskq);
break;
default:
rv = config_activate_children(self, act);