Change the if/else chain for failure to a single goto call
I know that some people belive that goto's are devil's work
but sometimes (like chaining if/elses for failures) it can
actually simplify the code for a better readability and
improved speed.
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
Loading
Please register or sign in to comment