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

drm/msm/adreno: slight init order cleanup



Move anything that can fail after call to base class msm_gpu_init().
This way, if we fail, active_list has already been initialized so we
don't trip 'WARN_ON(!list_empty(&gpu->active_list))' in
msm_gpu_cleanup().

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent b7bbd640
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