From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Wed, 9 Jan 2008 09:18:55 -0600 Subject: [U-Boot-Users] [PATCH V2] Fix Ethernet init() return codes. In-Reply-To: <200801090558.33686.sr@denx.de> References: <4783F7D9.9050100@gmail.com> <200801090558.33686.sr@denx.de> Message-ID: <20080109091855.e9713403.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 9 Jan 2008 05:58:33 +0100 Stefan Roese wrote: > On Tuesday 08 January 2008, 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 > > Acked-by: Stefan Roese for both qe and tsec based devices: Acked-by: Kim Phillips this should be applied asap Kim