net: ftmac100: Fix compiler warning
authorRick Chen <rick@andestech.com>
Tue, 29 May 2018 02:42:19 +0000 (10:42 +0800)
committerAndes <uboot@andestech.com>
Tue, 29 May 2018 06:45:03 +0000 (14:45 +0800)
commit28b52a6fb7565aeb251bf715585497cb19fd78dc
treeed27958526b0be39d84dd9ffdfb9127211f50862
parent6083cf38830752dc3fda823e912ac44f40afce07
net: ftmac100: Fix compiler warning

Fix warnings as below when compile in 64-bit.

warning: cast from pointer to integer
of different size [-Wpointer-to-int-cast]

Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
Cc: Greentime Hu <green.hu@gmail.com>
drivers/net/ftmac100.c