Attention is currently required from: Thomas Heijligen, Jean THOMAS.
3 comments:
File dirtyjtag_spi.c:
static inline unsigned int _min(unsigned int a, unsigned int b)
{
return (a < b) ? a : b;
}
Seems to be unused?
Patch Set #4, Line 133: msg_perr("%s: Failed tx_buf allocation", __func__);
Missing \n
Patch Set #4, Line 138: msg_perr("%s: Failed rx_buf allocation", __func__);
Missing \n
To view, visit change 67878. To unsubscribe, or for help writing mail filters, visit settings.