Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52667067 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: fix issue raised by static analyzer in maxim_sti driver"

parents 74b88742 8c8d8f9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1432,10 +1432,10 @@ nl_process_driver_msg(struct dev_data *dd, u16 msg_id, void *msg)
			}
		} else {
			for (i = 0; i < input_msg->events; i++) {
				id = input_msg->event[i].id;
				switch (input_msg->event[i].tool_type) {
				case DR_INPUT_FINGER:
					inp = 0;
					id = input_msg->event[i].id;
					if (pdata->mt_type_b_enabled) {
						input_mt_slot(
							dd->input_dev[inp], id);