hal: Fix 64 bit compilation errors
- Fix 64 bit compilation errors seen
with lpdk64 builds
Change-Id: I25126485b30c1c66cca9654f8c017dee2cf4239a
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c
index d92f707..e4ac5ac 100644
--- a/hal/msm8916/platform.c
+++ b/hal/msm8916/platform.c
@@ -1908,7 +1908,7 @@
if (info != NULL && info->has_video && info->is_streaming) {
fragment_size = COMPRESS_OFFLOAD_FRAGMENT_SIZE_FOR_AV_STREAMING;
ALOGV("%s: offload fragment size reduced for AV streaming to %d",
- __func__, out->compr_config.fragment_size);
+ __func__, fragment_size);
}
fragment_size = ALIGN( fragment_size, 1024);