From 539c9936aec9cdd75054e24e07e7decdd1d4de39 Mon Sep 17 00:00:00 2001 From: suyi Yuan Date: Thu, 15 Mar 2012 15:27:02 +0800 Subject: remove seemed useless gralloc_open() call in fb_device_open() Change-Id: I520e460bd558934c71042b5a4fdb03b3935ad720 Signed-off-by: suyi Yuan --- modules/gralloc/framebuffer.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/gralloc') diff --git a/modules/gralloc/framebuffer.cpp b/modules/gralloc/framebuffer.cpp index f908976..52c838b 100644 --- a/modules/gralloc/framebuffer.cpp +++ b/modules/gralloc/framebuffer.cpp @@ -312,11 +312,6 @@ int fb_device_open(hw_module_t const* module, const char* name, { int status = -EINVAL; if (!strcmp(name, GRALLOC_HARDWARE_FB0)) { - alloc_device_t* gralloc_device; - status = gralloc_open(module, &gralloc_device); - if (status < 0) - return status; - /* initialize our state here */ fb_context_t *dev = (fb_context_t*)malloc(sizeof(*dev)); memset(dev, 0, sizeof(*dev)); -- cgit v1.1