summaryrefslogtreecommitdiff
path: root/sys/dev/ic/sti.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-09-19 11:15:19 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-09-19 11:15:19 +0000
commit66bf2f26af2c0c8cc9eb1383e9d0e7eed9f9f4cc (patch)
treeaefdfa9eccf82427779a51b59cad0ecc4ba781bb /sys/dev/ic/sti.c
parent5f53da613d398a2e7859380ac9fe1e684824381c (diff)
Missing argument in STIDEBUG printf
Diffstat (limited to 'sys/dev/ic/sti.c')
-rw-r--r--sys/dev/ic/sti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/sti.c b/sys/dev/ic/sti.c
index 4c93d966616..ae7957bf7e8 100644
--- a/sys/dev/ic/sti.c
+++ b/sys/dev/ic/sti.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sti.c,v 1.63 2011/08/18 20:02:58 miod Exp $ */
+/* $OpenBSD: sti.c,v 1.64 2011/09/19 11:15:18 miod Exp $ */
/*
* Copyright (c) 2000-2003 Michael Shalayeff
@@ -1050,7 +1050,7 @@ sti_ioctl(void *v, u_long cmd, caddr_t data, int flag, struct proc *p)
"sti_setcment(%d, %u, %u, %u): %d\n", i,
(u_int)scr->scr_rcmap[i],
(u_int)scr->scr_gcmap[i],
- (u_int)scr->scr_bcmap[i]);
+ (u_int)scr->scr_bcmap[i], ret);
#endif
ret = EINVAL;
break;