commit | a7c22bda52e24094c7bc96afcd897ddad2b28bc0 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Sat Sep 10 11:17:57 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 13 11:42:27 2016 -0400 |
tree | fc325ad97ac3671d3d5203d10ac41c1d676e7ff2 | |
parent | 99c1790e5bbd31fe2b646bff868a55a13b1eeeb2 [diff] |
net: macb: fix missing unlock on error in macb_start_xmit() Fix missing unlock before return from function macb_start_xmit() in the error handling case. Fixes: 007e4ba3ee13 ("net: macb: initialize checksum when using checksum offloading") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: David S. Miller <davem@davemloft.net>