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)
commit25b0b999fbf5cc1893b110d530102951795d2f73
treef705cd5422b1214bc652ec08811f6e1a53b211eb
parent3d8fd38567729202afd0ff3904c818ed0cb1de52
bnx2: no need to check before vfreeing

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>
drivers/net/bnx2.c