Attention is currently required from: Felix Singer, Edward O'Callaghan.
Patch set 1:Code-Review +1
1 comment:
File rayer_spi.c:
if (prog_type) {
for (; prog->type != NULL; prog++) {
if (strcasecmp(prog_type, prog->type) == 0) {
break;
}
}
free(prog_type);
if (prog->type == NULL) {
msg_perr("Error: Invalid device type specified.\n");
return 1;
}
}
Isn't this part of getting the params?
To view, visit change 68230. To unsubscribe, or for help writing mail filters, visit settings.