diff options
author | Marcelo Diop-Gonzalez <marcgonzalez@google.com> | 2019-11-20 15:21:02 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-22 11:40:31 +0100 |
commit | 0f6f8749872e7be6c083dc845bf4d45a7018b79c (patch) | |
tree | 28cbd024ac053389c9d674cb58de1e28ecfcd9a9 /drivers/ptp/ptp_qoriq_debugfs.c | |
parent | 0046b33ce553f48551ea6e4879562d423ed3f1a0 (diff) | |
download | blackbird-op-linux-0f6f8749872e7be6c083dc845bf4d45a7018b79c.tar.gz blackbird-op-linux-0f6f8749872e7be6c083dc845bf4d45a7018b79c.zip |
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 <dan.carpenter@oracle.com>
Signed-off-by: Marcelo Diop-Gonzalez <marcgonzalez@google.com>
Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Link: https://lore.kernel.org/r/20191120202102.249121-5-marcgonzalez@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/ptp/ptp_qoriq_debugfs.c')
0 files changed, 0 insertions, 0 deletions