Re: [PATCH -next] net: macb: fix missing unlock on error in macb_start_xmit()
From: David Miller <davem@davemloft.net>
Date: 2016-09-13 15:42:55
From: David Miller <davem@davemloft.net>
Date: 2016-09-13 15:42:55
From: Wei Yongjun <redacted> Date: Sat, 10 Sep 2016 11:17:57 +0000
From: Wei Yongjun <redacted>
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 <redacted>Applied.