diff options
Diffstat (limited to 'net/rxrpc/ar-connection.c')
-rw-r--r-- | net/rxrpc/ar-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-connection.c b/net/rxrpc/ar-connection.c index d6667f7bc85e..3869a5866752 100644 --- a/net/rxrpc/ar-connection.c +++ b/net/rxrpc/ar-connection.c | |||
@@ -651,7 +651,7 @@ rxrpc_incoming_connection(struct rxrpc_transport *trans, | |||
651 | 651 | ||
652 | candidate->trans = trans; | 652 | candidate->trans = trans; |
653 | candidate->epoch = hdr->epoch; | 653 | candidate->epoch = hdr->epoch; |
654 | candidate->cid = hdr->cid & __constant_cpu_to_be32(RXRPC_CIDMASK); | 654 | candidate->cid = hdr->cid & cpu_to_be32(RXRPC_CIDMASK); |
655 | candidate->service_id = hdr->serviceId; | 655 | candidate->service_id = hdr->serviceId; |
656 | candidate->security_ix = hdr->securityIndex; | 656 | candidate->security_ix = hdr->securityIndex; |
657 | candidate->in_clientflag = RXRPC_CLIENT_INITIATED; | 657 | candidate->in_clientflag = RXRPC_CLIENT_INITIATED; |