Re: [PATCH 03/13] v4l: vsp1: Ensure pipeline locking in resume path

2016-09-14 Thread Niklas Söderlund
On 2016-09-14 02:16:56 +0300, Laurent Pinchart wrote: > From: Kieran Bingham > > The vsp1_pipeline_ready() and vsp1_pipeline_run() functions must be > called with the pipeline lock held, fix the resume code path. > > Signed-off-by: Kieran Bingham > Signed-off-by: Laurent Pinchart Acked-by: Ni

[PATCH 03/13] v4l: vsp1: Ensure pipeline locking in resume path

2016-09-13 Thread Laurent Pinchart
From: Kieran Bingham The vsp1_pipeline_ready() and vsp1_pipeline_run() functions must be called with the pipeline lock held, fix the resume code path. Signed-off-by: Kieran Bingham Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_pipe.c | 3 +++ 1 file changed, 3 insertion