mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
VSOCK: Remove unnecessary label
Signed-off-by: Asias He <asias@redhat.com> Acked-by: Andy King <acking@vmware.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dce1a28777
commit
0fc9324676
@ -940,10 +940,9 @@ static void vmci_transport_recv_pkt_work(struct work_struct *work)
|
||||
* reset to prevent that.
|
||||
*/
|
||||
vmci_transport_send_reset(sk, pkt);
|
||||
goto out;
|
||||
break;
|
||||
}
|
||||
|
||||
out:
|
||||
release_sock(sk);
|
||||
kfree(recv_pkt_info);
|
||||
/* Release reference obtained in the stream callback when we fetched
|
||||
|
Loading…
Reference in New Issue
Block a user