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

Commit 7e2d00c9 authored by Shantanu Jain's avatar Shantanu Jain
Browse files

input: touchscreen: correct the return variable in ITE tech touch driver



Correct return variable in it7260_ts_chip_low_power_mode function of
ITE tech touch driver.

Change-Id: I35cd4b2ed0431cd026a85d3f734910167022e0a7
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent c6931ad2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -762,7 +762,7 @@ static int it7260_ts_chip_low_power_mode(struct it7260_ts_data *ts_data,
						sizeof(dummy));
		if (ret != IT_I2C_READ_RET)
			dev_err(&ts_data->client->dev,
				"Can't go to active mode %d\n", retval);
				"Can't go to active mode %d\n", ret);
		else
			ret = 0;
	}