[PATCH] remoteproc: uclass: Clean up a return

Simon Glass sjg at google.com
Thu Jul 27 02:49:49 CEST 2023


On Wed, 26 Jul 2023 at 10:50, Dan Carpenter <dan.carpenter at linaro.org> wrote:
>
> We know that "pa" is non-NULL so it's nicer to just return zero instead
> of return !pa.  This has no effect on runtime behavior.
>
> Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>
> ---
>  drivers/remoteproc/rproc-uclass.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list