Merge "For high sample rates, lock input & output sample rate if possible."
diff --git a/hardware.c b/hardware.c
index 224297c..1261445 100644
--- a/hardware.c
+++ b/hardware.c
@@ -134,7 +134,7 @@
         }
     } else {
         ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
-                id, path, *pHmi, handle);
+                id, path, hmi, handle);
     }
 
     *pHmi = hmi;