4 comments:
\n
Done
if (!status) {
if (read_ctx.receive_size == read_ctx.receive_index) {
/* Successful transfer. */
return status;
} else {
/* Report the error from the failed read. */
status = USB_SPI_HOST_RX_READ_FAILURE;
}
}
if (status) {
Is this just equivalent to: […]
Not quite, I only want to replace the status flag in the branch where no errors were reported.
\n
Done
Patch Set #12, Line 1338: it's
nit: possessive `its`
Done
To view, visit change 41533. To unsubscribe, or for help writing mail filters, visit settings.