summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/cam/ctl/ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/ctl/ctl.c b/sys/cam/ctl/ctl.c
index 6203b39..ad96f5d 100644
--- a/sys/cam/ctl/ctl.c
+++ b/sys/cam/ctl/ctl.c
@@ -13065,7 +13065,7 @@ ctl_wakeup_thread()
softc = control_softc;
- wakeup(softc);
+ wakeup_one(softc);
}
/* Initialization and failover */
OpenPOWER on IntegriCloud