Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information