[PATCH 1/1] DRM-vmwgfx: Deletion of an unnecessary check before the function call "vfree"

2015-07-08 Thread John Hunter
On Mon, Jul 6, 2015 at 4:01 PM, SF Markus Elfring < elfring at users.sourceforge.net> wrote: > From: Markus Elfring > Date: Mon, 6 Jul 2015 09:49:11 +0200 > > The vfree() function performs also input parameter validation. > Thus the test around the call is not needed. > > This issue was detected

[PATCH 1/1] DRM-vmwgfx: Deletion of an unnecessary check before the function call "vfree"

2015-07-06 Thread SF Markus Elfring
From: Markus Elfring Date: Mon, 6 Jul 2015 09:49:11 +0200 The vfree() function performs also input parameter validation. 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/1] DRM-vmwgfx: Deletion of an unnecessary check before the function call "vfree"

2014-11-20 Thread Thierry Reding
On November 19, 2014 5:57:13 PM SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 19 Nov 2014 17:50:19 +0100 > > The vfree() function performes also input parameter validation. Thus the test > around the call is not needed. > > This issue was detected by using the Coccinelle

[PATCH 1/1] DRM-vmwgfx: Deletion of an unnecessary check before the function call "vfree"

2014-11-19 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 19 Nov 2014 17:50:19 +0100 The vfree() function performes also input parameter validation. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring ---