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

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
...@@ -706,7 +706,7 @@ static int stmpe1801_reset(struct stmpe *stmpe) ...@@ -706,7 +706,7 @@ static int stmpe1801_reset(struct stmpe *stmpe)
if (!(ret & STMPE1801_MSK_SYS_CTRL_RESET)) if (!(ret & STMPE1801_MSK_SYS_CTRL_RESET))
return 0; return 0;
usleep_range(100, 200); usleep_range(100, 200);
}; }
return -EIO; return -EIO;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment