commit | 619228d86b0e32e00758dcf07ca5d06903d9a9d7 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Nov 23 11:02:44 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 25 16:09:50 2016 -0500 |
tree | 92053a012587b528e567a43c2e665ca0672a827c | |
parent | 436accebb53021ef7c63535f60bda410aa87c136 [diff] |
cxgb4: fix memory leak on txq_info Currently if txq_info->uldtxq cannot be allocated then txq_info->txq is being kfree'd (which is redundant because it is NULL) instead of txq_info. Fix this by instead kfree'ing txq_info. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>