summaryrefslogtreecommitdiff
path: root/hardware.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardware.c')
-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;