Re: [PATCH] media: exynos4-is: Fix runtime PM imbalance in isp_video_open()

2020-05-31 Thread Markus Elfring
> pm_runtime_get_sync() increments the runtime PM usage counter even > when it returns an error code. Thus a pairing decrement is needed on > the error handling path to keep the counter balanced. How do you think about a wording variant like the following? Change description: The PM

Re: [PATCH] media: exynos4-is: Fix runtime PM imbalance in isp_video_open

2020-05-25 Thread Sylwester Nawrocki
On 5/24/20 05:34, Dinghao Liu wrote: pm_runtime_get_sync() increments the runtime PM usage counter even when it returns an error code. Thus a pairing decrement is needed on the error handling path to keep the counter balanced. Signed-off-by: Dinghao Liu Reviewed-by: Sylwester Nawrocki

[PATCH] media: exynos4-is: Fix runtime PM imbalance in isp_video_open

2020-05-23 Thread Dinghao Liu
pm_runtime_get_sync() increments the runtime PM usage counter even when it returns an error code. Thus a pairing decrement is needed on the error handling path to keep the counter balanced. Signed-off-by: Dinghao Liu --- drivers/media/platform/exynos4-is/fimc-isp-video.c | 1 + 1 file changed,