From: Thierry Reding Date: Wed, 11 Nov 2020 18:26:59 +0000 (+0100) Subject: pwm: sti: Remove unnecessary blank line X-Git-Tag: v5.11-rc1~60^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f14a8f0ef981387809b4d6fec857bfd8261b8f15;p=thirdparty%2Flinux.git pwm: sti: Remove unnecessary blank line A single blank line is enough to separate logical code blocks. Acked-by: Uwe Kleine-König Acked-by: Lee Jones Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/pwm-sti.c b/drivers/pwm/pwm-sti.c index 3f24fb4f85964..99c70e07858df 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))