Re: [PATCH] s390/process: Delete an unnecessary check before the function call "kfree"

2015-06-25 Thread Heiko Carstens
On Thu, Jun 25, 2015 at 12:02:28PM +0200, walter harms wrote: > > Am 24.06.2015 22:48, schrieb SF Markus Elfring: > > From: Markus Elfring > > Date: Wed, 24 Jun 2015 22:40:30 +0200 > > > > The kfree() function tests whether its argument is NULL and then > > returns immediately. Thus the test

Re: [PATCH] s390/process: Delete an unnecessary check before the function call "kfree"

2015-06-25 Thread walter harms
Am 24.06.2015 22:48, schrieb SF Markus Elfring: > From: Markus Elfring > Date: Wed, 24 Jun 2015 22:40:30 +0200 > > The kfree() function tests whether its argument is NULL and then > returns immediately. Thus the test around the call is not needed. > > This issue was detected by using the

Re: [PATCH] s390/process: Delete an unnecessary check before the function call kfree

2015-06-25 Thread Heiko Carstens
On Thu, Jun 25, 2015 at 12:02:28PM +0200, walter harms wrote: Am 24.06.2015 22:48, schrieb SF Markus Elfring: From: Markus Elfring elfr...@users.sourceforge.net Date: Wed, 24 Jun 2015 22:40:30 +0200 The kfree() function tests whether its argument is NULL and then returns immediately.

Re: [PATCH] s390/process: Delete an unnecessary check before the function call kfree

2015-06-25 Thread walter harms
Am 24.06.2015 22:48, schrieb SF Markus Elfring: From: Markus Elfring elfr...@users.sourceforge.net Date: Wed, 24 Jun 2015 22:40:30 +0200 The kfree() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was