[IPCOMP6]: don't check vfree() argument for NULL.
authorJesper Juhl <jesper.juhl@gmail.com>
Tue, 21 Mar 2006 01:46:29 +0000 (17:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 01:46:29 +0000 (17:46 -0800)
vfree does it's own NULL checking, so checking a pointer before
handing it to vfree is pointless.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found