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

Commit 52397fe1 authored by Sachin Kamat's avatar Sachin Kamat Committed by Lee Jones
Browse files

mfd: stmpe: Trivial: Remove unnecessary semicolon



Semicolon is not necessary after the while statement.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 44b4dc61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -706,7 +706,7 @@ static int stmpe1801_reset(struct stmpe *stmpe)
		if (!(ret & STMPE1801_MSK_SYS_CTRL_RESET))
			return 0;
		usleep_range(100, 200);
	};
	}
	return -EIO;
}