From: Chris Wilson Date: Sat, 7 Aug 2010 10:01:34 +0000 (+0100) Subject: drm/i915/ringbuffer: Set ring->gem_buffer = NULL on init unwind X-Git-Tag: v2.6.36-rc2~2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd785e35cb3c430c2290d351e67715864f7e5db5;p=pandora-kernel.git drm/i915/ringbuffer: Set ring->gem_buffer = NULL on init unwind The cleanup path for early abort failed to nullify the gem_buffer. The likely consequence of this is zero, since a failure here should mean aborting the module load. Signed-off-by: Chris Wilson Signed-off-by: Eric Anholt --- Reading git-diff-tree failed