[LinuxBIOS] flashrom: patch for jedec.c

Segher Boessenkool segher at kernel.crashing.org
Fri Nov 17 02:49:31 CET 2006


> There are some GOTOs in the LinuxBIOS code already, but I'd rather
> remove those than introduce new ones... Is there a consensus about  
> GOTO
> usage in LinuxBIOS? Do we allow that? If no, I'll update the  
> development
> guidelines accordingly...

Our CodingStyle (borrowed from Linux) currently says that goto's
to an error exit path are allowed (preferred to other solutions,
actually).

Most other goto's are frowned upon of course.


Segher





More information about the coreboot mailing list