commit | 2bc946cdfec66190911713a92990820693670a00 | [log] [tgz] |
---|---|---|
author | Daniel Mentz <danielmentz@google.com> | Wed Mar 05 18:47:55 2014 -0800 |
committer | Daniel Mentz <danielmentz@google.com> | Wed Mar 05 18:52:17 2014 -0800 |
tree | 1b50e2fb24427fc4d439fb344b0c2623e817506e | |
parent | eff97a182b2ff5820e563f7c620906b38336e561 [diff] |
Align function signature of HMX_NVRAM_GetLength Align function signature of HMX_NVRAM_GetLength with drv_NVRAM_GetLength. Previously, we got this error message: hmx_upgrade_nvram.c: In function 'HMX_NVRAM_GetLength': hmx_upgrade_nvram.c:961:3: error: pointer targets in passing argument 3 of 'drv_NVRAM_GetLength' differ in signedness hmx_upgrade_nvram.c:432:18: note: expected 'unsigned int *' but argument is of type 'int *' Change-Id: Ie778779f38509fef1b6736aaaf85b33a55824fc3