[PATCH] pwm: stmpe: Deleted extra {}
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Tue Jun 7 23:51:31 PDT 2022
On Wed, Jun 08, 2022 at 09:03:18AM +0800, Jilin Yuan wrote:
> Remove unnecessary braces
>
> Signed-off-by: Jilin Yuan <yuanjilin at cdjrlc.com>
> ---
> drivers/pwm/pwm-stmpe.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/pwm/pwm-stmpe.c b/drivers/pwm/pwm-stmpe.c
> index 2df526fe9c38..c45fe27859de 100644
> --- a/drivers/pwm/pwm-stmpe.c
> +++ b/drivers/pwm/pwm-stmpe.c
> @@ -78,10 +78,9 @@ static void stmpe_24xx_pwm_disable(struct pwm_chip *chip,
> value = ret & ~BIT(pwm->hwpwm);
>
> ret = stmpe_reg_write(stmpe_pwm->stmpe, STMPE24XX_PWMCS, value);
> - if (ret) {
> + if (ret)
> dev_err(chip->dev, "error writing PWM#%u control\n",
> pwm->hwpwm);
> - }
> }
This doesn't apply to neither next nor on the pwm tree nor on Linus
Torvald's tree. Please always mention preconditions of your patches,
preferably using git format-patch's --base option.
In this case it builds on top of a patch that was sent to only some
maintainers, but no public list. Please squash these patches together
and send them to (at least) linux-pwm at vger.kernel.org.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | https://www.pengutronix.de/ |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20220608/ce39a42e/attachment.sig>
More information about the linux-arm-kernel
mailing list