[U-Boot] [PATCH 1/3] net: Adds Fast Ethernet Controller driver for Armada100
Marek Vasut
marek.vasut at gmail.com
Mon Aug 22 18:45:06 CEST 2011
On Monday, August 22, 2011 06:42:33 PM Mike Frysinger wrote:
> On Monday, August 22, 2011 12:07:26 Marek Vasut wrote:
> > On Monday, August 22, 2011 06:02:26 PM Mike Frysinger wrote:
> > > On Monday, August 22, 2011 01:11:57 Ajay Bhargav wrote:
> > > > + darmdfec = malloc(sizeof(struct armdfec_device));
> > >
> > > sizeof(*darmdfec)
> >
> > Why are you against sizeof(struct ...) ?
>
> imo, it holds up against bit rot easier and the code is clearer
OTOH, you don't have to look up what type of ptr it is if you use struct ...
Cheers
> -mike
More information about the U-Boot
mailing list