drm/i915: Remove impossible error handling from bit17 swizzling
commitdd2575ffbd71d0922eb31b94adc0923f9808c915
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 4 Sep 2010 11:59:16 +0000 (4 12:59 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Sep 2010 10:30:00 +0000 (8 11:30 +0100)
treec7939cbc60759ae90efdf5d8311bdc1d3f021d18
parent8c80b59b370b4d942f595bdb4a6d23494f77a810
drm/i915: Remove impossible error handling from bit17 swizzling

Our usage of kmap() cannot return NULL here, so remove the unnecessary
error handling.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_gem_tiling.c