projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'fixes_stg' of ../git_old into fixes
[linux-2.6]
/
drivers
/
net
/
fec_mpc52xx_phy.c
diff --git
a/drivers/net/fec_mpc52xx_phy.c
b/drivers/net/fec_mpc52xx_phy.c
index
1d0cd1d
..
f563444
100644
(file)
--- a/
drivers/net/fec_mpc52xx_phy.c
+++ b/
drivers/net/fec_mpc52xx_phy.c
@@
-124,7
+124,7
@@
static int mpc52xx_fec_mdio_probe(struct of_device *of, const struct of_device_i
goto out_free;
}
-
bus->id = res.start
;
+
snprintf(bus->id, MII_BUS_ID_SIZE, "%x", res.start)
;
bus->priv = priv;
bus->dev = dev;