Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170401
b: refs/heads/master
c: 4edd5ad
h: refs/heads/master
i:
  170399: 79fe305
v: v3
  • Loading branch information
Kristoffer Glembo authored and David S. Miller committed Nov 13, 2009
1 parent a8d2cc7 commit 6120f3e
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: 8a2fe6c76e230a4591373fdf77c09c36bc9c1318
refs/heads/master: 4edd5ad0f5a7a2238e5df311ce36789bae6751c0
2 changes: 1 addition & 1 deletion trunk/drivers/serial/apbuart.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ static void grlib_apbuart_configure(void)
return;

/* Get bus frequency */
rp = of_find_node_by_name(NULL, "/");
rp = of_find_node_by_path("/");
rp = of_get_next_child(rp, NULL);
prop = of_get_property(rp, "clock-frequency", NULL);
freq_khz = *prop;
Expand Down

0 comments on commit 6120f3e

Please sign in to comment.