Re: [U-Boot] [PATCH V2 1/1] net: fix some bugs in LL TEMAC driver

2010-12-03 Thread Michal Simek
Stephan Linz wrote: > * avoid using link variable uninitialized > * avoid using phy_addr variable with invalid value > * reorganize phy control: first looking for phy than link > * return with error (result value 0) if no phy/link was found > * fix boolean mistake in wait for link: wait a

Re: [U-Boot] [PATCH V2 1/1] net: fix some bugs in LL TEMAC driver

2010-11-29 Thread Stephan Linz
Am Sonntag, 28. November 2010, um 21:35:58 schrieb Wolfgang Denk: > Dear Stephan Linz, Hello Wolfgang Denk, > > In message <1290419192-13422-2-git-send-email-l...@li-pro.net> you wrote: > > * avoid using link variable uninitialized > > * avoid using phy_addr variable with invalid value > >

Re: [U-Boot] [PATCH V2 1/1] net: fix some bugs in LL TEMAC driver

2010-11-28 Thread Wolfgang Denk
Dear Stephan Linz, In message <1290419192-13422-2-git-send-email-l...@li-pro.net> you wrote: > * avoid using link variable uninitialized > * avoid using phy_addr variable with invalid value > * reorganize phy control: first looking for phy than link > * return with error (result value 0) i

[U-Boot] [PATCH V2 1/1] net: fix some bugs in LL TEMAC driver

2010-11-22 Thread Stephan Linz
* avoid using link variable uninitialized * avoid using phy_addr variable with invalid value * reorganize phy control: first looking for phy than link * return with error (result value 0) if no phy/link was found * fix boolean mistake in wait for link: wait as long as we got phy regis