Semicolon is not necessary after the while statement.
Signed-off-by: Sachin Kamat <[email protected]>
---
drivers/mfd/stmpe.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mfd/stmpe.c b/drivers/mfd/stmpe.c
index 42ccd0544513..7145a89364fb 100644
--- a/drivers/mfd/stmpe.c
+++ b/drivers/mfd/stmpe.c
@@ -706,7 +706,8 @@ static int stmpe1801_reset(struct stmpe *stmpe)
if (!(ret & STMPE1801_MSK_SYS_CTRL_RESET))
return 0;
usleep_range(100, 200);
- };
+ }
+
return -EIO;
}
--
1.7.9.5
> Semicolon is not necessary after the while statement.
>
> Signed-off-by: Sachin Kamat <[email protected]>
> ---
> drivers/mfd/stmpe.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/mfd/stmpe.c b/drivers/mfd/stmpe.c
> index 42ccd0544513..7145a89364fb 100644
> --- a/drivers/mfd/stmpe.c
> +++ b/drivers/mfd/stmpe.c
> @@ -706,7 +706,8 @@ static int stmpe1801_reset(struct stmpe *stmpe)
> if (!(ret & STMPE1801_MSK_SYS_CTRL_RESET))
> return 0;
> usleep_range(100, 200);
> - };
> + }
> +
> return -EIO;
> }
Applied, thanks.
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog