display: Enable clang for all display modules

Change-Id: I71e3fa3f7d44253b8e01d1eafe086b1898d65a8e
This commit is contained in:
Naseer Ahmed
2015-11-02 20:34:29 -05:00
parent efd6a35316
commit b8ecfbf5a7
14 changed files with 64 additions and 86 deletions

View File

@@ -646,7 +646,7 @@ unsigned int getSize(int format, int width, int height, int usage,
size = alignedw * alignedh * ASTC_BLOCK_SIZE;
break;
default:
ALOGE("Unrecognized pixel format: 0x%x", __FUNCTION__, format);
ALOGE("%s: Unrecognized pixel format: 0x%x", __FUNCTION__, format);
return 0;
}
return size;