Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 54e5bd32 authored by Suman Anna's avatar Suman Anna Committed by Vignesh Raghavendra
Browse files

drm/bridge: ti-sn65dsi86: Fix unbalanced pm_runtime state

The commit 016204fe ("drm/bridge: ti-sn65dsi86: Detect id panel
is connected") has added a pm_runtime_get_sync() call in the
ti_sn_aux_transfer() function, and is expected to unwind before
returning from the function. The logic erroneously added another
pm_runtime_get_sync() instead of a pm_runtime_put_sync() call.
Fix this.

Fixes: 016204fe

 ("drm/bridge: ti-sn65dsi86: Detect id panel is connected")
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarRahul T R <r-ravikumar@ti.com>
Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 14998921
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment