Attention is currently required from: Peter Marheine.
Patch set 1:Code-Review +1
3 comments:
File i2c_helper_linux.c:
Patch Set #1, Line 46: goto err;
`goto` isn't necessary here, just return `fd`.
Patch Set #1, Line 54: goto err;
Same here, just return `err`.
Patch Set #1, Line 58: return ret ? ret : fd;
And return `fd` here.
To view, visit change 51967. To unsubscribe, or for help writing mail filters, visit settings.