summaryrefslogtreecommitdiffstats
path: root/exynos4/hal/libgralloc_ump/gralloc_module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'exynos4/hal/libgralloc_ump/gralloc_module.cpp')
-rw-r--r--exynos4/hal/libgralloc_ump/gralloc_module.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/exynos4/hal/libgralloc_ump/gralloc_module.cpp b/exynos4/hal/libgralloc_ump/gralloc_module.cpp
index 27a930d..3bbb831 100644
--- a/exynos4/hal/libgralloc_ump/gralloc_module.cpp
+++ b/exynos4/hal/libgralloc_ump/gralloc_module.cpp
@@ -223,8 +223,6 @@ static int gralloc_register_buffer(gralloc_module_t const* module, buffer_handle
psFRect->next = psRect;
}
#endif
- if (hnd->pid == getpid())
- return 0;
if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION)
err = gralloc_map(module, handle, &vaddr);