From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 21 Oct 2009 23:31:08 -0400 Subject: [U-Boot] [PATCH] Fix DM9000 MAC address handling In-Reply-To: <1256171109-16654-1-git-send-email-biggerbadderben@gmail.com> References: <1256171109-16654-1-git-send-email-biggerbadderben@gmail.com> Message-ID: <200910212331.09485.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 21 October 2009 20:25:09 Ben Warren wrote: > +void dm9000_get_enetaddr(struct eth_device *dev) static ? > +#if !defined(CONFIG_DM9000_NO_SROM) > + int i; > + for (i = 0; i < 3; i++) { > + dm9000_read_srom_word(i, dev->enetaddr + (2 * i)); > + } dont need the braces ... -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20091021/bb323cc8/attachment.pgp