commit | 3703ebe4035044dea3749fcdd1c0849937147959 | [log] [tgz] |
---|---|---|
author | wangweidong <wangweidong1@huawei.com> | Tue Oct 13 10:05:19 2015 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 12 19:33:46 2015 -0700 |
tree | 6d67f8fb6feafaa9443287d7c5faa8679e336185 | |
parent | 76973dd79fd52f187ba3df018bca65792a3d942d [diff] |
BNX2: free temp_stats_blk on error path In bnx2_init_board, missing free temp_stats_blk on error path when some operations do failed. Just add the 'kfree' operation. Signed-off-by: Wang Weidong <wangweidong1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>