Merge branch 'for-5.20/core' into for-linus
This commit is contained in:
commit
ebf95514ec
@ -1662,7 +1662,7 @@ static void hid_process_report(struct hid_device *hid,
|
||||
|
||||
/* first retrieve all incoming values in data */
|
||||
for (a = 0; a < report->maxfield; a++)
|
||||
hid_input_fetch_field(hid, field = report->field[a], data);
|
||||
hid_input_fetch_field(hid, report->field[a], data);
|
||||
|
||||
if (!list_empty(&report->field_entry_list)) {
|
||||
/* INPUT_REPORT, we have a priority list of fields */
|
||||
|
Loading…
Reference in New Issue
Block a user