Hi Tomi,
Thank you for the patch.
On Wednesday 09 December 2015 17:38:06 Tomi Valkeinen wrote:
> drm_gem_object_release() calls drm_gem_free_mmap_offset(), so there's no
> need to call drm_gem_free_mmap_offset() in omap_gem_free_object().
>
> This patch removes the extra drm_gem_free_mmap_offset
drm_gem_object_release() calls drm_gem_free_mmap_offset(), so there's no
need to call drm_gem_free_mmap_offset() in omap_gem_free_object().
This patch removes the extra drm_gem_free_mmap_offset() call, and should
have no side effects.
Signed-off-by: Tomi Valkeinen
---
drivers/gpu/drm/omapdrm/om