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

Commit 3cd7d802 authored by Harigovindan P's avatar Harigovindan P
Browse files

input: touchscreen: mxt: remove disable_irq



This change removes disable_irq call from
mxt_configure_objects(). Without this change
touch does not work on dual dsi which uses
atmel touch driver.

Change-Id: Ie215c8a08060d56d1f087490bf01f85a202fcb55
Signed-off-by: default avatarHarigovindan P <harigovi@codeaurora.org>
parent 4fc723f7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3001,7 +3001,6 @@ static int mxt_configure_objects(struct mxt_data *data,
		dev_warn(dev, "No touch object detected\n");
	}

	disable_irq(data->irq);
	mxt_debug_init(data);

	return 0;