Re: [PATCH v1 1/1] gpio: mlxbf2.c: Add check for bgpio_init failure
From: Andy Shevchenko <hidden>
Date: 2021-10-25 09:32:42
Also in:
lkml
From: Andy Shevchenko <hidden>
Date: 2021-10-25 09:32:42
Also in:
lkml
On Mon, Oct 25, 2021 at 11:15 AM Bartosz Golaszewski [off-list ref] wrote:
On Fri, Oct 22, 2021 at 3:44 PM Asmaa Mnebhi [off-list ref] wrote:
A nit-pick that may be ignored...
quoted
NULL, 0); + if (ret) { + dev_err(dev, "bgpio_init failed\n"); + return ret; + }
quoted
+
...can we utilize an empty line before if (ret) { instead?
--
With Best Regards,
Andy Shevchenko