Skip to content

Commit

Permalink
Merge branch 'for-5.20/core' into for-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Kosina committed Aug 2, 2022
2 parents 144c71f + 4df4b0f commit ebf9551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ebf9551

Please sign in to comment.