netxen: No need to check vfree() pointer.
authorFigo.zhang <figo1802@gmail.com>
Thu, 11 Jun 2009 09:49:10 +0000 (02:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2009 09:49:10 +0000 (02:49 -0700)
vfree() does its own 'NULL' check, so no need for check before
calling it.

Signed-off-by: Figo.zhang <figo1802@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found