From: Rob Clark Date: Fri, 31 Oct 2014 15:50:55 +0000 (-0400) Subject: drm/msm/adreno: slight init order cleanup X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~55^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0122f96fc2c1f911cb5b4db0a6dc98ac367e7e44;p=pandora-kernel.git 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: Rob Clark --- Reading git-diff-tree failed