Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95848
b: refs/heads/master
c: 128cf7f
h: refs/heads/master
v: v3
  • Loading branch information
Becky Bruce authored and Kumar Gala committed May 2, 2008
1 parent 7d92e4c commit 97166a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9941d945f491320bc121d86c558b1288ac0ad6ca
refs/heads/master: 128cf7f2eb952a85875834c0d274da05ee0f02aa
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/fsl_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ static int __init gfar_of_init(void)
}

gfar_data.phy_id = *id;
snprintf(gfar_data.bus_id, MII_BUS_ID_SIZE, "%x",
res.start);
snprintf(gfar_data.bus_id, MII_BUS_ID_SIZE, "%llx",
(unsigned long long)res.start);

of_node_put(phy);
of_node_put(mdio);
Expand Down

0 comments on commit 97166a5

Please sign in to comment.