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

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

Merge "input: ft5x06_ts: fix compiling error in FT CTP driver"

parents 678c4bec 0d4c347f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ static int ft5x06_read_tp_psensor_data(struct ft5x06_ts_data *data)
						FT_PSENSOR_NEAR_TO_FAR;

	if (tmp != data->psensor_pdata->tp_psensor_data) {
		dev_debug(&data->client->dev,
		dev_dbg(&data->client->dev,
				"%s sensor data changed\n", __func__);
		ret = 0;
	}