diff options
author | Marcelo Diop-Gonzalez <[email protected]> | 2019-11-20 15:21:02 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-11-22 11:40:31 +0100 |
commit | 0f6f8749872e7be6c083dc845bf4d45a7018b79c (patch) | |
tree | 28cbd024ac053389c9d674cb58de1e28ecfcd9a9 /fs/ubifs/commit.c | |
parent | 0046b33ce553f48551ea6e4879562d423ed3f1a0 (diff) |
staging: vchiq: Have vchiq_dump_* functions return an error code
These functions currently modify the struct dump_context passed
to them, and set context->actual to -EFAULT in case of error.
The issue is that this is never returned to the user (except
accidentally when things align so that that happens). So, have
these functions return 0 on success and the appropriate error
code otherwise, and return nonzero errors to the user.
Reviewed-by: Dan Carpenter <[email protected]>
Signed-off-by: Marcelo Diop-Gonzalez <[email protected]>
Reviewed-by: Nicolas Saenz Julienne <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'fs/ubifs/commit.c')
0 files changed, 0 insertions, 0 deletions