[U-Boot] [RFC 2/3] tools/env: Support writing to files

Steve Sakoman steve at sakoman.com
Sat Dec 4 15:42:05 CET 2010


On Sat, 2010-12-04 at 05:37 -0500, Mike Frysinger wrote:
> On Friday, December 03, 2010 23:28:52 Steve Sakoman wrote:
> > -		ioctl (fd, MEMLOCK, &erase);
> > +		if (is_mtd) {
> > +			ioctl (fd, MEMLOCK, &erase);
> > +		}
> 
> useless braces

Good catch, I will correct in the next revision.

Steve





More information about the U-Boot mailing list