Re: [PATCH 10/11] media: exynos4-is: Prevent duplicate call to media_pipeline_stop

From: Tomasz Figa
Date: Tue Jul 07 2020 - 14:44:19 EST


Hi Jonathan,

On Sat, Apr 25, 2020 at 07:26:49PM -0700, Jonathan Bakker wrote:
> media_pipeline_stop can be called from both release and streamoff,
> so make sure they're both protected under the streaming flag and
> not just one of them.

First of all, thanks for the patch.

Shouldn't it be that release calls streamoff, so that only streamoff
is supposed to have the call to media_pipeline_stop()?

Best regards,
Tomasz