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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to