summaryrefslogtreecommitdiffstats
path: root/sys/dev/dgb/dgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dgb/dgb.c')
-rw-r--r--sys/dev/dgb/dgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c
index 65d2a25..1f10380 100644
--- a/sys/dev/dgb/dgb.c
+++ b/sys/dev/dgb/dgb.c
@@ -1231,7 +1231,7 @@ static void
dgb_pause(chan)
void *chan;
{
- wakeup((caddr_t)chan);
+ wakeup(chan);
}
static void
OpenPOWER on IntegriCloud