Re: [PATCH 01/10] drm/tidss: Use pm_runtime_resume_and_get()

2023-11-01 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wed, Nov 01, 2023 at 11:17:38AM +0200, Tomi Valkeinen wrote: > Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync(), which > will handle error situations better. Also fix the return, as there > should be no reason for the current complex return. >

[PATCH 01/10] drm/tidss: Use pm_runtime_resume_and_get()

2023-11-01 Thread Tomi Valkeinen
Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync(), which will handle error situations better. Also fix the return, as there should be no reason for the current complex return. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/tidss/tidss_drv.c | 4 ++-- 1 file changed, 2 insertion