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

Commit 47f3a865 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 dbe614e9 9e9f51c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -853,7 +853,7 @@ static ssize_t sysfs_sleep_store(struct device *dev,
{
{
	int go_to_sleep, ret;
	int go_to_sleep, ret;


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


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