drm/i915: don't free non-existent compressed llb on ILK+
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 22 Jul 2010 15:12:20 +0000 (08:12 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 26 Jul 2010 18:27:07 +0000 (11:27 -0700)
We should only free the compressed llb if we allocated it in the first
place otherwise we'll panic at unload time.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found