aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_hid.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:26:44 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:26:44 +0000
commit9dd3156e546b29b1e6c3047578e91b1d098af171 (patch)
tree2c32331b7c8a9695491966eea0ec24037aa4f5b2 /sys/dev/usb/usb_hid.c
parente5ecee7440496904939e936501d0db93bed15415 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usb_hid.c')
-rw-r--r--sys/dev/usb/usb_hid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_hid.c b/sys/dev/usb/usb_hid.c
index 1a042d2957f2..adba8e812417 100644
--- a/sys/dev/usb/usb_hid.c
+++ b/sys/dev/usb/usb_hid.c
@@ -298,7 +298,6 @@ hid_get_item(struct hid_data *s, struct hid_item *h)
/* get next item */
while (s->p != s->end) {
-
bSize = hid_get_byte(s, 1);
if (bSize == 0xfe) {
/* long item */