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

Commit 6527a0f4 authored by Shantanu Jain's avatar Shantanu Jain Committed by Gerrit - the friendly Code Review server
Browse files

input: it7258_ts_i2c: replace unused variable in driver



Replace an unused variable in the ITE tech touch screen driver.

Change-Id: I49230fb6532ee02f122d5f16dfad8dbd978b368e
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent 0fdb8c8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -643,7 +643,7 @@ static ssize_t sysfsSleepStore(struct device *dev,
{
	int go_to_sleep, ret;

	ret = kstrtoint(buf, 10, &goToSleepVal);
	ret = kstrtoint(buf, 10, &go_to_sleep);

	/* (gl_ts->suspended == true && goToSleepVal > 0) means
	 * device is already suspended and you want it to be in sleep,