Attention is currently required from: Nico Huber, Edward O'Callaghan, Anastasia Klimchuk.
1 comment:
File tests/init_shutdown.c:
Patch Set #9, Line 233: const struct linux_mtd_fread_mock_entry entry = fread_mock_map[i];
This creates a copy of the struct, looks like a pointer would do as well.
I think I used a pointer in the original suggestion, but I think I forgot to dereference `fread_mock_map[i]` with an `&`.
To view, visit change 56413. To unsubscribe, or for help writing mail filters, visit settings.