summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-07-11 16:52:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-07-11 16:52:06 +0000
commitf8248731abd60b96493f06ef7c7a6f1eea2b7793 (patch)
tree27add3beec1f3a9fbf404a3540494ce1d1404fc7
parent7904e9c2d777674adf3f71f438001824773ef323 (diff)
parent5c7a3bd4f910dc9227abfbe2a7e8644770ca888d (diff)
downloadlibhardware-f8248731abd60b96493f06ef7c7a6f1eea2b7793.tar.gz
Merge "Wrong variable being printed in ALOGV statement."android-p-preview-5android-n-iot-release-smart-display-r2
-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;