Merge "Wrong variable being printed in ALOGV statement."

am: f8248731ab

Change-Id: I4f7554a3277f37f662111916f0acf69c73c6a46c
This commit is contained in:
Ernie Hua 2018-07-11 10:02:28 -07:00 committed by android-build-merger
commit 1c48df531f

View file

@ -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;