1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-19 04:10:06 +01:00
Files
u-boot-megous/drivers/net
Bin Meng 673625c459 net: ftmac100: Cast priv->iobase with uintptr_t
priv->iobase was declared as phys_addr_t which is now a 64-bit
address. In a 32-bit build, this causes the following warning
seen when building ftmac100.c:

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

Cast priv->iobase with uintptr_t.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
2021-02-03 03:38:41 -07:00
..
2021-01-05 16:20:26 -05:00
2010-07-12 00:14:29 -07:00
2020-12-18 20:32:21 -07:00
2020-12-18 20:32:21 -07:00
2018-07-26 14:08:21 -05:00
2019-08-09 23:15:01 +02:00
2020-12-18 20:32:21 -07:00