RE: [PATCH 09/13] remoteproc: Add return value to function rproc_shutdown()

2020-10-14 Thread Peng Fan
> Subject: [PATCH 09/13] remoteproc: Add return value to function > rproc_shutdown() > > Add a return value to function rproc_shutdown() in order to properly deal with > error conditions that may occur. > > Signed-off-by: Mathieu Poirier > --- > drivers/remote

[PATCH 09/13] remoteproc: Add return value to function rproc_shutdown()

2020-08-26 Thread Mathieu Poirier
Add a return value to function rproc_shutdown() in order to properly deal with error conditions that may occur. Signed-off-by: Mathieu Poirier --- drivers/remoteproc/remoteproc_core.c | 13 + include/linux/remoteproc.h | 2 +- 2 files changed, 10 insertions(+), 5