fjes: Delete an unnecessary check before the function call "vfree"
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 6 Nov 2015 08:30:29 +0000 (09:30 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Nov 2015 18:17:31 +0000 (13:17 -0500)
commitf7b5964d4d0bddf429c44b457172891be000a3d3
tree9035156280442176be1bac7f004df17b2aad308e
parent212cd0895330b775f2db49451f046a5ca4e5704b
fjes: Delete an unnecessary check before the function call "vfree"

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 <elfring@users.sourceforge.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fjes/fjes_hw.c