diff options
author | Lajos Molnar <molnar@ti.com> | 2011-09-14 16:21:23 -0500 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2011-09-16 16:35:22 -0700 |
commit | 1f7a2a788b625b09a2bc91232cf2affc899764f2 (patch) | |
tree | c82569af82c6577f1c0b0a02d57f40d8e9e4fcf9 /hwc/hwc.c | |
parent | 4e6727d2999169b85fddc393beb13abf9f14efb1 (diff) | |
download | hardware_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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -172,7 +172,6 @@ static int omap4_hwc_is_valid_format(int format) return 1; default: - LOGI("invalid format %d", format); return 0; } } |