]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/i915: Unref the object after failing to set tiling mode.
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 30 Jan 2009 21:10:22 +0000 (21:10 +0000)
committerDave Airlie <airlied@linux.ie>
Sun, 8 Feb 2009 11:38:08 +0000 (21:38 +1000)
commit72daad40dc0be179e0dc85c17d5dc1e850b5e8e4
tree032d006d8c85aeb2dcf75a23f0ed592fed59c4a4
parent0f973f27888e4664b253ab2cf69c67c2eb80ab1b
drm/i915: Unref the object after failing to set tiling mode.

Cleanup the object reference on the error paths.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/gpu/drm/i915/i915_gem_tiling.c