diff options
author | Richard Zhao <richard.zhao@linaro.org> | 2012-01-29 22:08:12 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-31 16:17:25 -0500 |
commit | a7ed07d51c8abdb407be454c6cb6cfad613759d9 (patch) | |
tree | 30b7ce649d8b4084f4c09c80d6ef778b42e141cb /drivers/net/hyperv | |
parent | d3712b9dfcf44ca145cf87e7f4096fa2d923471a (diff) | |
download | op-kernel-dev-a7ed07d51c8abdb407be454c6cb6cfad613759d9.zip op-kernel-dev-a7ed07d51c8abdb407be454c6cb6cfad613759d9.tar.gz |
net: fec: correct phy_name buffer length when init phy_name
Fix the bug that we got wrong phy_name on imx6q sabrelite board.
snprintf used wrong length of phy_name.
phy_name length is MII_BUS_ID_SIZE + 3 rather not MII_BUS_ID_SIZE.
I change it to sizeof(phy_name).
Signed-off-by: Richard Zhao <richard.zhao@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv')
0 files changed, 0 insertions, 0 deletions