drm/i915: Remove impossible test
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 3 Jan 2011 16:39:21 +0000 (16:39 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Jan 2011 20:37:06 +0000 (20:37 +0000)
commit759010728b1323aec03c5baae13fde8f76e44a99
tree1a9da2a6e114c45f2140aebc458b8e1833256478
parentdbdc647927a0f4b34e7cf486889d8f671f73d2e5
drm/i915: Remove impossible test

As has_gem is unconditionally set to true, the conditional immediately
following that assignment is superfluous.

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