mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
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>
This commit is contained in:
parent
19ed799bdc
commit
e773838813
@ -1416,8 +1416,8 @@ static int ag71xx_probe(struct platform_device *pdev)
|
|||||||
goto err_phy_disconnect;
|
goto err_phy_disconnect;
|
||||||
}
|
}
|
||||||
|
|
||||||
pr_info("%s: Atheros AG71xx at 0x%08lx, irq %d, mode:%s\n",
|
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));
|
phy_modes(pdata->phy_if_mode));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user