diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-02 09:34:45 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-02 09:34:45 +0000 |
commit | 75393b5cdcce4e21eb0e7aa98b9f2100061be4cf (patch) | |
tree | 2b8fbb79099a3c14ff8e72839fd80c0aecc08b3b /target/linux/lantiq/patches-3.9 | |
parent | 3917e567dbbbd40f22da4e2bb9f289326cb80964 (diff) | |
download | upstream-75393b5cdcce4e21eb0e7aa98b9f2100061be4cf.tar.gz upstream-75393b5cdcce4e21eb0e7aa98b9f2100061be4cf.tar.bz2 upstream-75393b5cdcce4e21eb0e7aa98b9f2100061be4cf.zip |
lantiq: xrx200_net compile fix
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37126 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.9')
-rw-r--r-- | target/linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch b/target/linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch index d9f95aba37..385393113e 100644 --- a/target/linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch +++ b/target/linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch @@ -904,7 +904,7 @@ Subject: [PATCH 07/22] NET: MIPS: lantiq: adds xrx200-net + } + + phydev = phy_connect(dev, dev_name(&phydev->dev), &xrx200_mdio_link, -+ 0, port->phy_if); ++ port->phy_if); + + if (IS_ERR(phydev)) { + netdev_err(dev, "Could not attach to PHY\n"); |