From: Bin Meng
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-
From: Bin Meng
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
2 matches
Mail list logo