Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139821
b: refs/heads/master
c: 0ac023f
h: refs/heads/master
i:
  139819: f0db146
v: v3
  • Loading branch information
Anton Vorontsov authored and David S. Miller committed Apr 2, 2009
1 parent d40c750 commit 01c1dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da1aa63ec3b4e9b4c5680f06288f57f44caa61b8
refs/heads/master: 0ac023faa69e54c0c443da360fa2bf8fbd9e3078
2 changes: 1 addition & 1 deletion trunk/drivers/net/fsl_pq_mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ static int fsl_pq_mdio_probe(struct of_device *ofdev,
* The TBIPHY-only buses will find PHYs at every address,
* so we mask them all but the TBI
*/
if (!of_device_is_compatible(np, "fsl,gianfar-mdio"))
if (of_device_is_compatible(np, "fsl,gianfar-tbi"))
new_bus->phy_mask = ~(1 << tbiaddr);

err = mdiobus_register(new_bus);
Expand Down

0 comments on commit 01c1dbd

Please sign in to comment.