]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Fix returns of call completion helpers
authorDavid Howells <dhowells@redhat.com>
Wed, 7 Sep 2016 15:34:12 +0000 (16:34 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 7 Sep 2016 15:34:30 +0000 (16:34 +0100)
commit4692a01d2e62f1a4cce84daa8ec7d6a061a19a45
treef1f7aacd6240934d9c7bc7c1534433dd602919da
parentaca8edb13f340f431b9b5f19d4530856198cf36f
rxrpc: Fix returns of call completion helpers

rxrpc_set_call_completion() returns bool, not int, so the ret variable
should match this.

rxrpc_call_completed() and __rxrpc_call_completed() should return the value
of rxrpc_set_call_completion().

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h