Skip to content
Commit e8d6bbb0 authored by David Howells's avatar David Howells
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
parent 8d94aa38
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment