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