From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Wed, 09 Jan 2008 10:14:40 -0600 Subject: [U-Boot-Users] [PATCH V2] Fix Ethernet init() return codes. In-Reply-To: <4783F7D9.9050100@gmail.com> References: <4783F7D9.9050100@gmail.com> Message-ID: <4784F2F0.2050000@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 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: Timur Tabi Tested on an 8360 (QE), although I see Kim beat me to it. -- Timur Tabi Linux kernel developer at Freescale