commit | ef87c5d6a11af45c31910728e46642e77aa8db61 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Tue Nov 18 20:10:34 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 19 15:20:15 2014 -0500 |
tree | af0166e2faceb59be601973c3facd169aff3e8f0 | |
parent | 1abe7cd91a994a214650d7dec0bd03e6ebc95913 [diff] |
net: pktgen: Deletion of an unnecessary check before the function call "proc_remove" The proc_remove() function tests whether its argument is NULL and then returns immediately. 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>