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

rxrpc: Don't negate call->error before returning it



call->error is stored as 0 or a negative error code.  Don't negate this
value (ie. make it positive) before returning it from a kernel function
(though it should still be negated before passing to userspace through a
control message).

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 7b674e39
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