aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hfa/fore_command.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-03-02 16:54:40 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-03-02 16:54:40 +0000
commit521f364b804158f257fdd8ad7cbf368a0efe5a44 (patch)
tree351747321ab136aa733f670c4c2c235b3639bc1e /sys/dev/hfa/fore_command.c
parent715b1e0ab00116f80903f29c1c794097b1dd7374 (diff)
Notes
Diffstat (limited to 'sys/dev/hfa/fore_command.c')
-rw-r--r--sys/dev/hfa/fore_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hfa/fore_command.c b/sys/dev/hfa/fore_command.c
index 861611272c894..e73091f87d185 100644
--- a/sys/dev/hfa/fore_command.c
+++ b/sys/dev/hfa/fore_command.c
@@ -329,7 +329,7 @@ fore_cmd_drain(fup)
/*
* Poke whoever is waiting on the stats
*/
- wakeup((caddr_t)&fup->fu_stats);
+ wakeup(&fup->fu_stats);
break;
case CMD_GET_PROM:
@@ -416,7 +416,7 @@ fore_cmd_free(fup)
* Just in case someone is sleeping on this
*/
fup->fu_stats_ret = EIO;
- wakeup((caddr_t)&fup->fu_stats);
+ wakeup(&fup->fu_stats);
break;
}