aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hid/hkbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hid/hkbd.c')
-rw-r--r--sys/dev/hid/hkbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hid/hkbd.c b/sys/dev/hid/hkbd.c
index 86a2320092be..6255c42d3b62 100644
--- a/sys/dev/hid/hkbd.c
+++ b/sys/dev/hid/hkbd.c
@@ -1828,7 +1828,7 @@ hkbd_set_leds(struct hkbd_softc *sc, uint8_t leds)
SYSCONS_UNLOCK();
error = hid_write(sc->sc_dev, buf, len);
SYSCONS_LOCK();
- DPRINTF(("error %d", error));
+ DPRINTF("error %d", error);
return (error);
}