Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96222
b: refs/heads/master
c: e410553
h: refs/heads/master
v: v3
  • Loading branch information
Joakim Tjernlund authored and Jeff Garzik committed May 6, 2008
1 parent 4ff71b4 commit a89183d
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: 1b3aa7afb60d34867eea5e73ee943b2a026fc47c
refs/heads/master: e410553fd35afd6d290b65e02dc501722406377d
2 changes: 1 addition & 1 deletion trunk/drivers/net/ucc_geth.c
Original file line number Diff line number Diff line change
Expand Up @@ -3922,7 +3922,7 @@ static int ucc_geth_probe(struct of_device* ofdev, const struct of_device_id *ma
return -EINVAL;
}
} else {
prop = of_get_property(np, "rx-clock", NULL);
prop = of_get_property(np, "tx-clock", NULL);
if (!prop) {
printk(KERN_ERR
"ucc_geth: mising tx-clock-name property\n");
Expand Down

0 comments on commit a89183d

Please sign in to comment.