“2f0c0fdc085c0d415457a1c52344f72e12c4cec6”上不存在“README.md”
提交 52397fe1 编写于 作者: S Sachin Kamat 提交者: Lee Jones

mfd: stmpe: Trivial: Remove unnecessary semicolon

Semicolon is not necessary after the while statement.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部