commit | ed481a33ee824bfee20319fc478503926bcf5f56 | [log] [tgz] |
---|---|---|
author | Karen Xie <kxie@chelsio.com> | Thu Dec 11 19:13:47 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 12 11:22:30 2014 -0500 |
tree | a1f9de6d0543bfc7b45a9d9a9088eb6f446a28ef | |
parent | 2126bc5e872cefd808a6590c5cec797997a6490d [diff] |
libcxgbi: fix freeing skb prematurely With debug turned on the debug print would access the skb after it is freed. Fix it to free the skb after the debug print. Signed-off-by: Karen Xie <kxie@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>