From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 28 Nov 2007 10:39:08 -0500 Subject: [U-Boot-Users] [PATCH] NET: Proper return code handling in eth_init() function in file eth.c In-Reply-To: <8FCC6A94CA3DF74CB89E1044DBFB0BF806BE1C@NOIDA-MAIL2.bbnet.ad> References: <8FCC6A94CA3DF74CB89E1044DBFB0BF806BE1C@NOIDA-MAIL2.bbnet.ad> Message-ID: <474D8B9C.20205@qstreams.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Upakul, Upakul Barkakaty wrote: > NET: Proper return code handling in eth_init() function in file eth.c > > This patch modifies the return code handling in the eth_init() function, > to be compatible with the handling of the return codes in the other > network stack files. It now returns a 0 on Success and -1 on error. > > Signed-off-by: Upakul Barkakaty > > Conexant E-mail Firewall (Conexant.Com) made the following annotations > --------------------------------------------------------------------- > ********************** Legal Disclaimer **************************** > > "This email may contain confidential and privileged material for the sole use of the intended recipient. Any unauthorized review, use or distribution by others is strictly prohibited. If you have received the message in error, please advise the sender by reply email and delete the message. Thank you." > > ********************************************************************** > > --------------------------------------------------------------------- > > This looks good, but I'm going to ask you to re-send with the following modifications: 1. Paste the patch in-line with your message. This makes it much easier for me to apply. If you're using Thunderbird or Evolution, select 'Preformat' as the text style to avoid line wrapping and other formatting badness. 2. Send it from an e-mail service that doesn't tack on the legal disclaimer crap. regards, Ben