summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-12-04 09:25:34 +0100
committerAmit Pundir <amit.pundir@linaro.org>2013-02-13 16:38:41 +0530
commit6a05c2b2658a4a71f3bd81ce17da400427e4cd08 (patch)
treecc6fba50facca4a8876eded56171250ffc5f354c
parent08264d3c9d552943a825c5c880cfa4c2b605cd7c (diff)
downloadlibhardware-linaro_android_4.2.2_critical_fixes_only.tar.gz
Change-Id: I0a82feea79be586a099fa50eacae4135c9844e0b Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--modules/gralloc/framebuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gralloc/framebuffer.cpp b/modules/gralloc/framebuffer.cpp
index a1ded497..b7ba3b1a 100644
--- a/modules/gralloc/framebuffer.cpp
+++ b/modules/gralloc/framebuffer.cpp
@@ -98,7 +98,7 @@ static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer)
m->info.activate = FB_ACTIVATE_VBL;
m->info.yoffset = offset / m->finfo.line_length;
if (ioctl(m->framebuffer->fd, FBIOPAN_DISPLAY, &m->info) == -1) {
- LOGE("FBIOPAN_DISPLAY failed");
+ ALOGE("FBIOPAN_DISPLAY failed");
m->base.unlock(&m->base, buffer);
return -errno;
}