Re: [PATCH 3/6] ALSA: pcm: Adjust 11 checks for null pointers

2017-08-23 Thread Takashi Iwai
On Wed, 23 Aug 2017 10:25:49 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Wed, 23 Aug 2017 09:28:00 +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.

[PATCH 3/6] ALSA: pcm: Adjust 11 checks for null pointers

2017-08-23 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 23 Aug 2017 09:28:00 +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 pla