[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHp75VeS7fpPXH_Dop=8y8=T6HsXw_favZpVs49d9tujQLf-PA@mail.gmail.com>
Date: Mon, 25 Oct 2021 12:31:23 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Bartosz Golaszewski <brgl@...ev.pl>
Cc: Asmaa Mnebhi <asmaa@...dia.com>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linus Walleij <linus.walleij@...aro.org>
Subject: Re: [PATCH v1 1/1] gpio: mlxbf2.c: Add check for bgpio_init failure
On Mon, Oct 25, 2021 at 11:15 AM Bartosz Golaszewski <brgl@...ev.pl> wrote:
> On Fri, Oct 22, 2021 at 3:44 PM Asmaa Mnebhi <asmaa@...dia.com> wrote:
A nit-pick that may be ignored...
> > NULL,
> > 0);
> >
> > + if (ret) {
> > + dev_err(dev, "bgpio_init failed\n");
> > + return ret;
> > + }
> > +
...can we utilize an empty line before if (ret) { instead?
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists