Attention is currently required from: Anastasia Klimchuk.
4 comments:
Patchset:
Looks like your link does not work. […]
I had to remove next commits. Lest merge step by step
File libflashrom.c:
const char *flashrom_get_programmer_name(int n)
{
if (n < 0 || (size_t)n >= programmer_table_size)
return NULL;
return programmer_table[n]->name;
}
It is because of my squashed commits. I re-based it not is it here in another commit. […]
I had to remove next commits. Lest merge step by step
File tests/libflashrom.c:
Patch Set #3, Line 40: #if CONFIG_DUMMY == 1
Again, my swashed commits . it is here now https://review.coreboot.org/c/flashrom/+/86946/3 […]
I had to remove next commits. Lest merge step by step
Fixed here https://review.coreboot. […]
I had to remove next commits. Lest merge step by step
To view, visit change 86921. To unsubscribe, or for help writing mail filters, visit settings.