No, no. Hell no. Multiple return paths in a function are a sure recipe
for errors creeping in later.
Just change the
out:;
into
out:
return;
and be done with it. Heck, it even looks like C code for a change. :-)
Ion
-- It is better to keep your mouth shut and be thought a fool, than to open it and remove all doubt. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/