summaryrefslogtreecommitdiffstats
path: root/sys/dev/hfa/fore_command.c
diff options
context:
space:
mode:
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 8616112..e73091f 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;
}
OpenPOWER on IntegriCloud