Skip to content

Commit 6ea7e1f

Browse files
committed
hkbd: fix compliation error for GENERIC
Reported by: gbe Approved by: lwhsu (mentor) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D52135
1 parent 8a84794 commit 6ea7e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/dev/hid/hkbd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ hkbd_set_leds(struct hkbd_softc *sc, uint8_t leds)
18281828
SYSCONS_UNLOCK();
18291829
error = hid_write(sc->sc_dev, buf, len);
18301830
SYSCONS_LOCK();
1831-
DPRINTF(("error %d", error));
1831+
DPRINTF("error %d", error);
18321832

18331833
return (error);
18341834
}

0 commit comments

Comments
 (0)