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

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

Merge "input: touchpanel: Fix abnormal crash caused by Synaptics TP"

parents d6a3ad3f 8c19fdd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@

#define IGNORE_FN_INIT_FAILURE

#define FB_READY_RESET
#define FB_READY_WAIT_MS 100
#define FB_READY_TIMEOUT_S 30

@@ -4612,6 +4611,7 @@ static int synaptics_rmi4_resume(struct device *dev)
#ifdef FB_READY_RESET
	int retval;
#endif
	int retval;
	struct synaptics_rmi4_exp_fhandler *exp_fhandler;
	struct synaptics_rmi4_data *rmi4_data = dev_get_drvdata(dev);