This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers/net/ethernet
Richard Zhao a7ed07d51c 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>
2012-01-31 16:17:25 -05:00
..
2012-01-05 13:23:00 -05:00
2012-01-05 13:23:00 -05:00
2011-12-06 00:48:59 -05:00
2012-01-24 15:44:20 -05:00
2012-01-09 14:05:23 -08:00
2012-01-07 23:02:38 +01:00
2012-01-10 16:35:00 -08:00
2011-11-29 01:15:24 -05:00
2012-01-10 16:35:01 -08:00