[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CACRpkdbkThMGRd=7zCpuuVqfZQSofLodvQwf9gKhxTxweM5gpw@mail.gmail.com>
Date: Wed, 10 Jun 2020 12:02:27 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: gaurav singh <gaurav1086@...il.com>
Cc: Bartosz Golaszewski <bgolaszewski@...libre.com>,
"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] max732x_probe: remove redundant check
On Sat, Jun 6, 2020 at 5:09 PM gaurav singh <gaurav1086@...il.com> wrote:
> The pdata is already checked for its validity above:
>
> if (!pdata) {
> dev_dbg(&client->dev, "no platform data\n");
> return -EINVAL;
> }
>
> So no need to check again. Hence remove the if (pdata) part. Please find the patch below.
Please send the patch as a single main using git send-email.
For further help see:
Documentation/process/email-clients.rst
Yours,
Linus Walleij
Powered by blists - more mailing lists