]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: designware: fix uninitialized phy_addr usage
authorMike Frysinger <vapier@gentoo.org>
Thu, 2 Jun 2011 05:19:38 +0000 (05:19 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 25 Jul 2011 20:20:10 +0000 (22:20 +0200)
commitf0ece9e93447bb600689eb1a41dbcc99560b333d
treecf82d917f58baf02db4e0d472688fdb0217db2b2
parentee7f5bfd124c61370a2fa417ca6d21d587d23a3f
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>
drivers/net/designware.c