OSDN Git Service

drm/i915: remove superfluous i915_gem_object_free_mmap_offset call
authorMatthew Auld <matthew.auld@intel.com>
Tue, 5 Jul 2016 12:00:19 +0000 (13:00 +0100)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Thu, 14 Jul 2016 13:11:55 +0000 (16:11 +0300)
commit3fef3a5be3caa0710fd29f8ba4d5f08ba8f6ecda
treed7205fbb37b76c545d76358be425080e94a3f113
parentbb10d4ec3be4b069bfb61c60ca4f708f58f440f1
drm/i915: remove superfluous i915_gem_object_free_mmap_offset call

This should already be handled by drm_gem_object_release, which is
called later on.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1467720019-31876-1-git-send-email-matthew.auld@intel.com
drivers/gpu/drm/i915/i915_gem.c