
12 Apr
2019
12 Apr
'19
2:05 p.m.
On Mon, Feb 04, 2019 at 09:34:28AM +0530, Keerthy wrote:
From: Grygorii Strashko grygorii.strashko@ti.com
Use phys_addr_t for mdio_base address to avoid build warnings on arm64.
Signed-off-by: Grygorii Strashko grygorii.strashko@ti.com Signed-off-by: Keerthy j-keerthy@ti.com Reviewed-by: Tom Rini trini@konsulko.com
Please fix: arm: w+ dra7xx_hs_evm_usb +(dra7xx_hs_evm_usb) cpsw_mdio->regs = (struct cpsw_mdio_regs *)mdio_base; +(dra7xx_hs_evm_usb) ^ w+(dra7xx_hs_evm_usb) drivers/net/ti/cpsw_mdio.c: In function 'cpsw_mdio_init': w+(dra7xx_hs_evm_usb) drivers/net/ti/cpsw_mdio.c:147:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
--
Tom