Attention is currently required from: Nico Huber, Edward O'Callaghan, Angel Pons.
1 comment:
File buspirate_spi.c:
if (register_shutdown(buspirate_spi_shutdown, NULL) != 0) {
ret = 1;
goto init_err_cleanup_exit;
}
After moving register_shutdown below this has the same situation as CB:52773 , specifically if register_shutdown fails than full cleanup is performed. I use the same approach as we agreed on CB:52773
To view, visit change 52877. To unsubscribe, or for help writing mail filters, visit settings.