From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Subject: Re: [PATCH] leds: lm3601x: fix semicolon.cocci warnings Date: Wed, 9 May 2018 06:34:43 -0500 Message-ID: <27624117-6a8b-e94c-7dce-c5cb09d733f6@ti.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Julia Lawall Cc: robh+dt@kernel.org, mark.rutland@arm.com, jacek.anaszewski@gmail.com, pavel@ucw.cz, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, kbuild-all@01.org List-Id: devicetree@vger.kernel.org All On 05/09/2018 03:26 AM, Julia Lawall wrote: > From: Fengguang Wu > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > Fixes: b550389fcb74 ("leds: lm3601x: Introduce the lm3601x LED driver") > CC: Dan Murphy > Signed-off-by: Fengguang Wu > Signed-off-by: Julia Lawall > --- > > url: > https://github.com/0day-ci/linux/commits/Dan-Murphy/dt-bindings-lm3601x-Introduce-the-lm3601x-driver/20180509-033939 > base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git > for-next > :::::: branch date: 5 hours ago > :::::: commit date: 5 hours ago > > I also received the following comment, but no other details. It would be > good to check what is going on on the mentioned lines. > >>> drivers/leds/leds-lm3601x.c:315:2-8: preceding lock on line 311 > > leds-lm3601x.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/drivers/leds/leds-lm3601x.c > +++ b/drivers/leds/leds-lm3601x.c > @@ -234,7 +234,7 @@ static int lm3601x_strobe_set(struct led > > ret = -EINVAL; > goto out; > - }; > + } > I will fix this in v3 of the patch submission. Dan > if (led->strobe_timeout != current_timeout) > ret = regmap_update_bits(led->regmap, LM3601X_CFG_REG, > -- ------------------ Dan Murphy