From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 08 Jan 2008 17:02:35 -0500 Subject: [U-Boot-Users] [PATCH] Fix Ethernet init() return codes In-Reply-To: <4783F1A9.7010900@gmail.com> References: <4783F1A9.7010900@gmail.com> Message-ID: <4783F2FB.10403@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ben Warren wrote: > Change return values of init() functions in all Ethernet drivers to > conform > to the following: > >> =0: Success > <0: Failure > > All drivers going forward should return 0 on success. Current drivers > that > return 1 on success were left as-is to minimize changes. > > Signed-off-by: Ben Warren > - This patch requires a lot of scrutiny, since it's pretty far-reaching and I obviously can't test all the drivers that were affected. If as many people as possible can test that would be great. Alternatively, we can pull the patch that caused this mess in the first place. regards, Ben