]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove impossible tests for dev->dev_private
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 5 Jul 2016 09:40:22 +0000 (10:40 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 5 Jul 2016 10:53:50 +0000 (11:53 +0100)
commite3437c52e278d14fd7a8b1b0abafa62d359977e0
treef2d706a194bfeda782c47079fc846af93352f89a
parentaea40b3dcfa8d67f3ef42e82c807b1ad30555a71
drm/i915: Remove impossible tests for dev->dev_private

If we have a drm_device, we have a drm_i915_private (since they are the
same).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Imre Deak <imre.deak@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1467711623-2905-3-git-send-email-chris@chris-wilson.co.uk
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
drivers/gpu/drm/i915/i915_drv.c