[PATCH] GPU-DRM-Tegra: Delete an unnecessary check before the function call "vunmap"

2015-07-14 Thread Alexandre Courbot
On Thu, Jul 9, 2015 at 3:40 AM, SF Markus Elfring wrote: >> From: Markus Elfring >> Date: Thu, 5 Feb 2015 10:12:51 +0100 >> >> The vunmap() function performs also input parameter validation. >> Thus the test around the call is not needed. >> >> This issue was detected by using the Coccinelle

[PATCH] GPU-DRM-Tegra: Delete an unnecessary check before the function call "vunmap"

2015-07-08 Thread SF Markus Elfring
> From: Markus Elfring > Date: Thu, 5 Feb 2015 10:12:51 +0100 > > The vunmap() 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] GPU-DRM-Tegra: Delete an unnecessary check before the function call "vunmap"

2015-02-05 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 5 Feb 2015 10:12:51 +0100 The vunmap() 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 ---