Attention is currently required from: Nico Huber, Angel Pons, Anastasia Klimchuk.
Patch set 1:Code-Review +1
1 comment:
File bitbang_spi.c:
mst.data = data;
register_spi_master(&mst, NULL);
I feel like the removal of `mst.data = data;` and instead passing data directly into register_spi_master() is itself a patch. small granted but none the less technically not within the scope of this patch.
To view, visit change 54990. To unsubscribe, or for help writing mail filters, visit settings.