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

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

Merge "input: it7258_ts_i2c: replace unused variable in driver"

parents 0747b59e 6527a0f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -853,7 +853,7 @@ static ssize_t sysfs_sleep_store(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,