We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 144c71f + 4df4b0f commit ebf9551Copy full SHA for ebf9551
drivers/hid/hid-core.c
@@ -1662,7 +1662,7 @@ static void hid_process_report(struct hid_device *hid,
1662
1663
/* first retrieve all incoming values in data */
1664
for (a = 0; a < report->maxfield; a++)
1665
- hid_input_fetch_field(hid, field = report->field[a], data);
+ hid_input_fetch_field(hid, report->field[a], data);
1666
1667
if (!list_empty(&report->field_entry_list)) {
1668
/* INPUT_REPORT, we have a priority list of fields */
0 commit comments