Hi, On Thu, Nov 23, 2023 at 9:54 AM Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > > pm_runtime_resume_and_get() already drops the runtime PM usage counter > in the error case. So a call to pm_runtime_put_sync() can be dropped. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > drivers/gpu/drm/bridge/ti-sn65dsi86.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) Pushed this patch to drm-misc-next: c9d99c73940e drm/bridge: ti-sn65dsi86: Simplify using pm_runtime_resume_and_get()