bnx2: no need to check before vfreeing
authorBreno Leitao <leitao@linux.vnet.ibm.com>
Mon, 8 Jun 2009 10:30:19 +0000 (10:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jun 2009 12:25:38 +0000 (05:25 -0700)
There is no need to check if a pointer is NULL before calling
vfree(), since vfree() function already check for it.

Signed-off-by: Breno Leitão <leitao@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found