MLK-14938-15 net: fec: Remove build warnings for 64bits support
authorYe Li <ye.li@nxp.com>
Mon, 27 Mar 2017 02:58:46 +0000 (10:58 +0800)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:36:50 +0000 (02:36 +0800)
commit938d2017280de91d04ccf9271c07b4407aa74d71
treea760046da5fc3904911d1f4f614c6279f1d590ec
parent6b8a859c9baa05739a13719d674a4915c02d8341
MLK-14938-15 net: fec: Remove build warnings for 64bits support

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>
drivers/net/fec_mxc.c