[PATCH v2] net: Hyper-V: Deletion of an unnecessary check before the function call vfree

2014-11-25 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Tue, 25 Nov 2014 22:33:45 +0100 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

Re: [PATCH v2] net: Hyper-V: Deletion of an unnecessary check before the function call vfree

2014-11-25 Thread David Miller
From: SF Markus Elfring elfr...@users.sourceforge.net Date: Tue, 25 Nov 2014 22:55:34 +0100 From: Markus Elfring elfr...@users.sourceforge.net Date: Tue, 25 Nov 2014 22:33:45 +0100 The vfree() function performs also input parameter validation. Thus the test around the call is not needed.