Searched hist:f0ece9e93447bb600689eb1a41dbcc99560b333d (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | designware.c | f0ece9e93447bb600689eb1a41dbcc99560b333d Thu Jun 02 05:19:38 UTC 2011 Mike Frysinger <vapier@gentoo.org> net: designware: fix uninitialized phy_addr usage
When CONFIG_DW_SEARCH_PHY is disabled, the local phy_addr variable never gets initialized which causes random behavior at runtime and a gcc warning. So set it by default to the stored phy address.
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reviewed-by: Vipin Kumar <vipin.kumar@st.com>
Fix commit message. Signed-off-by: Wolfgang Denk <wd@denx.de>
|