Re: [PATCH] remoteproc: stm32: Fix pointer assignement

2020-09-01 Thread Arnaud POULIQUEN
Hi Mathieu, On 8/31/20 11:37 PM, Mathieu Poirier wrote: > Fix the assignment of the @state pointer - it is obviously wrong. > > Fixes: 376ffdc04456 ("remoteproc: stm32: Properly set co-processor state when > attaching") > Reported-by: kernel test robot > Signed-off-by: Mathieu Poirier Acked-b

[PATCH] remoteproc: stm32: Fix pointer assignement

2020-08-31 Thread Mathieu Poirier
Fix the assignment of the @state pointer - it is obviously wrong. Fixes: 376ffdc04456 ("remoteproc: stm32: Properly set co-processor state when attaching") Reported-by: kernel test robot Signed-off-by: Mathieu Poirier --- drivers/remoteproc/stm32_rproc.c | 2 +- 1 file changed, 1 insertion(+),