aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-input.c')
-rw-r--r--drivers/hid/hid-input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c
index 04d01b57d94c..d86398755b0d 100644
--- a/drivers/hid/hid-input.c
+++ b/drivers/hid/hid-input.c
@@ -1368,7 +1368,8 @@ static void hidinput_led_worker(struct work_struct *work)
1368 led_work); 1368 led_work);
1369 struct hid_field *field; 1369 struct hid_field *field;
1370 struct hid_report *report; 1370 struct hid_report *report;
1371 int len, ret; 1371 int ret;
1372 u32 len;
1372 __u8 *buf; 1373 __u8 *buf;
1373 1374
1374 field = hidinput_get_led_field(hid); 1375 field = hidinput_get_led_field(hid);