Merge "Wrong variable being printed in ALOGV statement." am: f8248731ab

am: 1c48df531f

Change-Id: I89fc058862892c8a374634a4456bff8d41537ec4
This commit is contained in:
Ernie Hua
2018-07-11 10:06:30 -07:00
committed by android-build-merger

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;