Skip to content
Commit d71b6bd8 authored by Rob Clark's avatar Rob Clark
Browse files

drm/msm/dsi: fix direct caller of msm_gem_free_object()



This should be using drm_gem_object_put().  Also since this is done only
in driver unload path, we don't need to synchronize setting tx_gem_obj
to NULL, so juse use the _unlocked() variant.

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 94c3e78d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment