aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dgb
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/dgb
parent715b1e0ab00116f80903f29c1c794097b1dd7374 (diff)
downloadsrc-521f364b804158f257fdd8ad7cbf368a0efe5a44.tar.gz
src-521f364b804158f257fdd8ad7cbf368a0efe5a44.zip
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
Notes
Notes: svn path=/head/; revision=111748
Diffstat (limited to 'sys/dev/dgb')
-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 65d2a25f7530..1f103801c4cf 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