Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178133
b: refs/heads/master
c: f9c4171
h: refs/heads/master
i:
  178131: 567c8fd
v: v3
  • Loading branch information
Nageswari Srinivasan authored and David S. Miller committed Dec 19, 2009
1 parent f95e54b commit 60670d7
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: 70abc8cb90e679d8519721e2761d8366a18212a6
refs/heads/master: f9c4171e01f6befdf5d15346070b819d341c9c73
2 changes: 1 addition & 1 deletion trunk/drivers/net/davinci_emac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@ static int emac_mii_reset(struct mii_bus *bus)
unsigned int clk_div;
int mdio_bus_freq = emac_bus_frequency;

if (mdio_max_freq & mdio_bus_freq)
if (mdio_max_freq && mdio_bus_freq)
clk_div = ((mdio_bus_freq / mdio_max_freq) - 1);
else
clk_div = 0xFF;
Expand Down

0 comments on commit 60670d7

Please sign in to comment.