From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 5/9] pinctrl: Adjust five checks for null pointers Date: Thu, 11 May 2017 15:25:25 +0200 Message-ID: References: <080f6ec0-7796-d802-7b64-8ea9b5488a7a@users.sourceforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <080f6ec0-7796-d802-7b64-8ea9b5488a7a@users.sourceforge.net> Sender: kernel-janitors-owner@vger.kernel.org To: SF Markus Elfring Cc: "linux-gpio@vger.kernel.org" , LKML , kernel-janitors@vger.kernel.org List-Id: linux-gpio@vger.kernel.org On Tue, May 2, 2017 at 11:25 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 2 May 2017 10:01:57 +0200 > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit > > The script =E2=80=9Ccheckpatch.pl=E2=80=9D pointed information out like t= he following. > > Comparison to NULL could be written !=E2=80=A6 > > Thus fix the affected source code places. > > Signed-off-by: Markus Elfring Patch applied. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Date: Thu, 11 May 2017 13:25:25 +0000 Subject: Re: [PATCH 5/9] pinctrl: Adjust five checks for null pointers Message-Id: List-Id: References: <080f6ec0-7796-d802-7b64-8ea9b5488a7a@users.sourceforge.net> In-Reply-To: <080f6ec0-7796-d802-7b64-8ea9b5488a7a@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: SF Markus Elfring Cc: "linux-gpio@vger.kernel.org" , LKML , kernel-janitors@vger.kernel.org On Tue, May 2, 2017 at 11:25 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 2 May 2017 10:01:57 +0200 > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > The script “checkpatch.pl” pointed information out like the following. > > Comparison to NULL could be written !… > > Thus fix the affected source code places. > > Signed-off-by: Markus Elfring Patch applied. Yours, Linus Walleij