
16 Dec
2017
16 Dec
'17
6:43 p.m.
On Mon, Dec 4, 2017 at 2:31 AM, Peng Fan peng.fan@nxp.com wrote:
When building for 64bits system, we get some warnings about type cast between pointer and integer. This patch eliminates the warnings by using ulong/long type which is 32bits on 32bits system or 64bits on 64bits system.
Signed-off-by: Ye Li ye.li@nxp.com
Is this patch from Ye Li or from you?
If it comes from Ye Li then his name should appear in the Author field.
Signed-off-by: Peng Fan peng.fan@nxp.com Cc: Joe Hershberger joe.hershberger@ni.com
Reviewed-by: Fabio Estevam fabio.estevam@nxp.com