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

Commit e9bf4529 authored by LABBE Corentin's avatar LABBE Corentin Committed by Dmitry Torokhov
Browse files

Input: pixcir_i2c_ts - remove a useless blank line



This patch fix the following checkpatch report:
Blank lines aren't necessary after an open brace

Signed-off-by: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 5ac82f08
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -400,7 +400,6 @@ static int __maybe_unused pixcir_i2c_ts_resume(struct device *dev)
	mutex_lock(&input->mutex);

	if (device_may_wakeup(&client->dev)) {

		if (!input->users) {
			ret = pixcir_stop(ts);
			if (ret) {