summaryrefslogtreecommitdiff
path: root/camera
diff options
context:
space:
mode:
authorKalyani Oruganti <kalyanio@codeaurora.org>2015-06-08 15:37:22 -0700
committerZhijun He <zhijunhe@google.com>2015-06-12 10:10:36 -0700
commit605ef55bb52a61a68b098cca8ab75a79c9d544e8 (patch)
treeeeb4d35f62fc9d5cd6681c5f8280dee9792916ce /camera
parent722e6a1383e12153de6d134d741d643b335b15a8 (diff)
downloadshamu-605ef55bb52a61a68b098cca8ab75a79c9d544e8.tar.gz
Qcamera2: Fix clang compilation error.
Bug: 21436781 Change-Id: I275ec1531e22f375beeed9d75f67cf7bf402c4a3
Diffstat (limited to 'camera')
-rw-r--r--camera/QCamera2/HAL3/QCamera3HWI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/QCamera2/HAL3/QCamera3HWI.cpp b/camera/QCamera2/HAL3/QCamera3HWI.cpp
index 2eb4c620..14ec8da0 100644
--- a/camera/QCamera2/HAL3/QCamera3HWI.cpp
+++ b/camera/QCamera2/HAL3/QCamera3HWI.cpp
@@ -611,7 +611,7 @@ int QCamera3HardwareInterface::validateStreamDimensions(
for (size_t i = 0; i< streamList->num_streams; i++) {
if (streamList->streams[i]->stream_type == CAMERA3_STREAM_INPUT) {
if (inputStream != NULL) {
- ALOGE("%s: Error, Multiple input streams requested");
+ ALOGE("%s: Error, Multiple input streams requested", __func__);
return -EINVAL;
}
inputStream = streamList->streams[i];