From: Thierry Reding <thierry.reding@gmail.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Lee Jones" <lee.jones@linaro.org>,
"Ajit Pal Singh" <ajitpal.singh@st.com>,
linux-pwm@vger.kernel.org
Subject: [PATCH 2/2] pwm: sti: Remove unnecessary blank line
Date: Wed, 11 Nov 2020 20:14:49 +0100 [thread overview]
Message-ID: <20201111191449.409402-2-thierry.reding@gmail.com> (raw)
In-Reply-To: <20201111191449.409402-1-thierry.reding@gmail.com>
A single blank line is enough to separate logical code blocks.
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
---
drivers/pwm/pwm-sti.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pwm/pwm-sti.c b/drivers/pwm/pwm-sti.c
index c6c82724d327..ec667b31d7ec 100644
--- a/drivers/pwm/pwm-sti.c
+++ b/drivers/pwm/pwm-sti.c
@@ -505,7 +505,6 @@ static int sti_pwm_probe_dt(struct sti_pwm_chip *pc)
if (IS_ERR(pc->prescale_high))
return PTR_ERR(pc->prescale_high);
-
pc->pwm_out_en = devm_regmap_field_alloc(dev, pc->regmap,
reg_fields[PWM_OUT_EN]);
if (IS_ERR(pc->pwm_out_en))
--
2.29.2
next prev parent reply other threads:[~2020-11-11 19:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-11 19:14 [PATCH 1/2] pwm: sti: Avoid conditional gotos Thierry Reding
2020-11-11 19:14 ` Thierry Reding [this message]
2020-11-12 8:59 ` [PATCH 2/2] pwm: sti: Remove unnecessary blank line Lee Jones
2020-11-12 11:04 ` Uwe Kleine-König
2020-11-12 7:56 ` [PATCH 1/2] pwm: sti: Avoid conditional gotos Uwe Kleine-König
2020-11-12 8:59 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201111191449.409402-2-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--cc=ajitpal.singh@st.com \
--cc=lee.jones@linaro.org \
--cc=linux-pwm@vger.kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox