Wrong variable being printed in ALOGV statement.

Bug: b/111308664
Test: Force on the log message to ensure it is printed.
Change-Id: Id7df120ee024b1bf5530cd06ee4c386da6b75d29
diff --git a/hardware.c b/hardware.c
index 77cfd8d..bd55087 100644
--- a/hardware.c
+++ b/hardware.c
@@ -133,7 +133,7 @@
         }
     } else {
         ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
-                id, path, *pHmi, handle);
+                id, path, hmi, handle);
     }
 
     *pHmi = hmi;