Re: [PATCH 1/3] ste_dma40: Delete an unnecessary check before the function call "kmem_cache_destroy"

2015-11-29 Thread Linus Walleij
On Mon, Nov 16, 2015 at 10:23 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Mon, 16 Nov 2015 20:26:27 +0100 > > The kmem_cache_destroy() function tests whether its argument is NULL > and then returns immediately. Thus the test around the call is not needed. > > This issue was

Re: [PATCH 1/3] ste_dma40: Delete an unnecessary check before the function call "kmem_cache_destroy"

2015-11-29 Thread Linus Walleij
On Mon, Nov 16, 2015 at 10:23 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Mon, 16 Nov 2015 20:26:27 +0100 > > The kmem_cache_destroy() function tests whether its argument is NULL > and then returns immediately. Thus

[PATCH 1/3] ste_dma40: Delete an unnecessary check before the function call "kmem_cache_destroy"

2015-11-16 Thread SF Markus Elfring
From: Markus Elfring Date: Mon, 16 Nov 2015 20:26:27 +0100 The kmem_cache_destroy() 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 Coccinelle software. Signed-off-by: Markus Elfring

[PATCH 1/3] ste_dma40: Delete an unnecessary check before the function call "kmem_cache_destroy"

2015-11-16 Thread SF Markus Elfring
From: Markus Elfring Date: Mon, 16 Nov 2015 20:26:27 +0100 The kmem_cache_destroy() 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 Coccinelle software.