25 Jan
2017
25 Jan
'17
8:40 a.m.
SF Markus Elfring wrote:
A local variable was set to an error code in two cases before a concrete error situation was detected.
And why would that be a problem?
http://yarchive.net/comp/linux/error_jumps.html
- ret = -EBUSY;
- if (state.busy)
- if (state.busy) {
goto out;ret = -EBUSY;
- }
Regards, Clemens