summaryrefslogtreecommitdiffstats
path: root/hwc/hwc.c
diff options
context:
space:
mode:
authorLajos Molnar <molnar@ti.com>2011-09-14 16:21:23 -0500
committerIliyan Malchev <malchev@google.com>2011-09-16 16:35:22 -0700
commit1f7a2a788b625b09a2bc91232cf2affc899764f2 (patch)
treec82569af82c6577f1c0b0a02d57f40d8e9e4fcf9 /hwc/hwc.c
parent4e6727d2999169b85fddc393beb13abf9f14efb1 (diff)
downloadhardware_ti_omap4-1f7a2a788b625b09a2bc91232cf2affc899764f2.zip
hardware_ti_omap4-1f7a2a788b625b09a2bc91232cf2affc899764f2.tar.gz
hardware_ti_omap4-1f7a2a788b625b09a2bc91232cf2affc899764f2.tar.bz2
hwc: remove log spam on unhandled formats
Fixes b/5290568 Change-Id: Ie02c4bc1f06d251e057d2a17adfa8e4f04ace667 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'hwc/hwc.c')
-rw-r--r--hwc/hwc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hwc/hwc.c b/hwc/hwc.c
index 75636ef..feab887 100644
--- a/hwc/hwc.c
+++ b/hwc/hwc.c
@@ -172,7 +172,6 @@ static int omap4_hwc_is_valid_format(int format)
return 1;
default:
- LOGI("invalid format %d", format);
return 0;
}
}