ar71xx: ag71xx: use base address value directly from the source

This brings the code more inline with the ath79 flavour

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
master
Koen Vandeputte 2019-08-07 17:06:09 +02:00
parent 19ed799bdc
commit e773838813
1 changed files with 2 additions and 2 deletions

View File

@ -1417,7 +1417,7 @@ static int ag71xx_probe(struct platform_device *pdev)
}
pr_info("%s: Atheros AG71xx at 0x%08lx, irq %d, mode: %s\n",
dev->name, dev->base_addr, dev->irq,
dev->name, (unsigned long) ag->mac_base, dev->irq,
phy_modes(pdata->phy_if_mode));
return 0;