camera: update AU_LINUX_ANDROID_LA.BF64.1.2.9.05.01.00.089.300

2e505d8 Camera3: Fix a typo in ALOGE

Change-Id: I401b65c78bf58a1d00f2eaf8d0b4f16c0877ece1
diff --git a/QCamera2/HAL3/QCamera3HWI.cpp b/QCamera2/HAL3/QCamera3HWI.cpp
index c121162..613422d 100644
--- a/QCamera2/HAL3/QCamera3HWI.cpp
+++ b/QCamera2/HAL3/QCamera3HWI.cpp
@@ -3440,7 +3440,7 @@
     //If 2 streams have need_metadata set to true, fail the request, unless
     //we copy/reference count the metadata buffer
     if (streams_need_metadata > 1) {
-        ALOGE("s: not supporting request in which two streams requires"
+        ALOGE("%s: not supporting request in which two streams requires"
                 " 2 HAL metadata for reprocessing", __func__);
         pthread_mutex_unlock(&mMutex);
         return -EINVAL;