diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2015-06-17 20:38:16 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2015-06-17 20:38:16 +0000 |
commit | 5e560a0e438b86abb586ef1689696161d8886376 (patch) | |
tree | a19eabe8b55c4a65341d2249076e4170c04c86ef /sys | |
parent | d1ffb859264992edbd10d918575f2740e8b5696a (diff) |
fix compilation with UBCMTP_DEBUG
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/ubcmtp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ubcmtp.c b/sys/dev/usb/ubcmtp.c index b00cccafc4e..8c7898f08ba 100644 --- a/sys/dev/usb/ubcmtp.c +++ b/sys/dev/usb/ubcmtp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubcmtp.c,v 1.7 2015/03/14 03:38:49 jsg Exp $ */ +/* $OpenBSD: ubcmtp.c,v 1.8 2015/06/17 20:38:15 jcs Exp $ */ /* * Copyright (c) 2013-2014, joshua stein <jcs@openbsd.org> @@ -553,7 +553,7 @@ ubcmtp_ioctl(void *v, unsigned long cmd, caddr_t data, int flag, struct proc *p) struct wsmouse_calibcoords *wsmc = (struct wsmouse_calibcoords *)data; int wsmode; - DPRINTF("%s: in %s with cmd 0x%x\n", sc->sc_dev.dv_xname, __func__, + DPRINTF("%s: in %s with cmd 0x%lx\n", sc->sc_dev.dv_xname, __func__, cmd); switch (cmd) { |