Attention is currently required from: Thomas Heijligen, Edward O'Callaghan, Anastasia Klimchuk.
2 comments:
File tests/well_formed_tables.c:
Patch Set #5, Line 54: flashchips[i].name
`chip->name` ?
Done
if ((b->first_vendor == 0 || b->first_device == 0 || b->second_vendor == 0
|| b->second_device == 0)
|| ((b->lb_vendor == NULL) ^ (b->lb_part == NULL))
|| (b->max_rom_decode_parallel == 0 && b->enable == NULL))
This rather large predicate could be tighten up by canonicalisation of the two patterns `x == 0` and […]
Done
To view, visit change 69620. To unsubscribe, or for help writing mail filters, visit settings.