Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298479
b: refs/heads/master
c: 464b57d
h: refs/heads/master
i:
  298477: d53d684
  298475: 2b6eb90
  298471: 0f414ca
  298463: 190ae0d
v: v3
  • Loading branch information
Kenth Eriksson authored and David S. Miller committed Apr 1, 2012
1 parent 417b9cf commit 33a4a3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 67378563df2e168d32a4054616f244a91aec462d
refs/heads/master: 464b57da56910c8737ede75ad820b9a7afc46b3e
12 changes: 6 additions & 6 deletions trunk/drivers/net/ethernet/freescale/fsl_pq_mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,13 +356,13 @@ static int fsl_pq_mdio_probe(struct platform_device *ofdev)

if (prop)
tbiaddr = *prop;
}

if (tbiaddr == -1) {
err = -EBUSY;
goto err_free_irqs;
} else {
out_be32(tbipa, tbiaddr);
if (tbiaddr == -1) {
err = -EBUSY;
goto err_free_irqs;
} else {
out_be32(tbipa, tbiaddr);
}
}

err = of_mdiobus_register(new_bus, np);
Expand Down

0 comments on commit 33a4a3f

Please sign in to comment.