OSDN Git Service

drm/i915: Fix up some stray to_i915(dev) after a recent merge
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 27 Jul 2016 18:32:29 +0000 (19:32 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 28 Jul 2016 06:28:17 +0000 (07:28 +0100)
commit5b249600c1483976b0a7501ba25a8ba8b86672e1
treeaf9a3dd636830179ad9d0f52c4910ef83a4b10c5
parent12c100bfa5d9103b6c4d43636fee09c31e75605a
drm/i915: Fix up some stray to_i915(dev) after a recent merge

The merge conflict resolution caused some dev->dev_private to return
from the dead. Kill them with to_i915().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1469644349-24571-1-git-send-email-chris@chris-wilson.co.uk
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/i915_sysfs.c