]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()
authorDavid Howells <dhowells@redhat.com>
Wed, 7 Sep 2016 14:26:39 +0000 (15:26 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 7 Sep 2016 14:30:22 +0000 (15:30 +0100)
commit63ae149b25faab60d5859a40029ecc5094ec28a2
tree22d32c4e2f0a2cf0ca8e181d91da2ac0193e20c4
parent01202d60dc3c3a6e41511bc57b8a107feffff862
rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()

Use rxrpc_is_service_call() rather than rxrpc_conn_is_service() if the call
is available just in case call->conn is NULL.

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