summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnie Hua <ernesthua@google.com>2018-07-11 10:02:28 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-11 10:02:28 -0700
commit1c48df531f7d4592c64709f8078505565d0bbfd1 (patch)
tree8aa7f4b37e0764dbe6cf35cd554a46065c2e566e
parente1e9f555d09035ef70092d61786e347f74fd8cdd (diff)
parentf8248731abd60b96493f06ef7c7a6f1eea2b7793 (diff)
downloadlibhardware-temp_p_merge.tar.gz
Merge "Wrong variable being printed in ALOGV statement."temp_p_merge
am: f8248731ab Change-Id: I4f7554a3277f37f662111916f0acf69c73c6a46c
-rw-r--r--hardware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardware.c b/hardware.c
index 77cfd8d5..bd55087b 100644
--- a/hardware.c
+++ b/hardware.c
@@ -133,7 +133,7 @@ static int load(const char *id,
}
} else {
ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
- id, path, *pHmi, handle);
+ id, path, hmi, handle);
}
*pHmi = hmi;