rxrpc: Use call->peer rather than going to the connection
authorDavid Howells <dhowells@redhat.com>
Tue, 30 Aug 2016 11:36:06 +0000 (12:36 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 30 Aug 2016 15:07:53 +0000 (16:07 +0100)
commitea82aaec9879e4df307ccbbf26491a8e0a52e4f1
tree3bc944a9e10b63a24541c3d95743d363e49934fa
parent8324f0bcfbfc645cf248e4b93ab58341b7d3b135
rxrpc: Use call->peer rather than going to the connection

Use call->peer rather than call->conn->params.peer as call->conn may become
NULL.

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