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

Commit ff404629 authored by Rafi Rubin's avatar Rafi Rubin Committed by Jiri Kosina
Browse files

HID: ntrig remove if and drop an indent

parent 6638deda
Loading
Loading
Loading
Loading
+227 −229
Original line number Diff line number Diff line
@@ -557,7 +557,6 @@ static int ntrig_event (struct hid_device *hid, struct hid_field *field,
	if (field->application == HID_DG_PEN)
		return 0;

        if (hid->claimed & HID_CLAIMED_INPUT) {
	switch (usage->hid) {
	case 0xff000001:
		/* Tag indicating the start of a multitouch group */
@@ -819,7 +818,6 @@ static int ntrig_event (struct hid_device *hid, struct hid_field *field,
		/* fall-back to the generic hidinput handling */
		return 0;
	}
	}

not_claimed_input: