Re: [PATCH] net: Mellanox: Delete unnecessary checks before the function call "vunmap"
From: Eli Cohen <hidden>
Date: 2015-02-04 14:59:21
Also in:
kernel-janitors, lkml, netdev
From: Eli Cohen <hidden>
Date: 2015-02-04 14:59:21
Also in:
kernel-janitors, lkml, netdev
Acked-by: Eli Cohen <redacted> On Wed, Feb 04, 2015 at 03:22:33PM +0100, SF Markus Elfring wrote:
From: Markus Elfring <redacted> Date: Wed, 4 Feb 2015 15:17:00 +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 <redacted>