commit | dd785e35cb3c430c2290d351e67715864f7e5db5 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Aug 07 11:01:34 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Mon Aug 09 11:24:35 2010 -0700 |
tree | 45b4b4e1b360e49afe53f171109453b89ee92649 | |
parent | debcaddcbd92387137b87f2c1c640571753915e0 [diff] |
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 <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net>