rxrpc: Add missing unlock in rxrpc_call_accept()
authorDavid Howells <dhowells@redhat.com>
Tue, 13 Sep 2016 21:36:22 +0000 (22:36 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 Sep 2016 21:36:22 +0000 (22:36 +0100)
commitb25de3605339c94a6c27d42efe8f7748ea206a8b
treea0b1245c763db2efdf8c92411f08d51404e668b2
parent33b603fda815faf12f66156a49b510126fac984b
rxrpc: Add missing unlock in rxrpc_call_accept()

Add a missing unlock in rxrpc_call_accept() in the path taken if there's no
call to wake up.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/call_accept.c