Commit a74f901e authored by Lucas Russo's avatar Lucas Russo

modules/fmc_active_clk/*: remove unexisting variables destruction

parent edc17ed1
......@@ -63,13 +63,6 @@ err_smch_si571_alloc:
smch_ad9510_destroy (&self->smch_ad9510);
}
err_smch_ad9510_alloc:
smch_24aa64_destroy (&self->smch_24aa64);
err_smch_24aa64_alloc:
if (self->smch_pca9547 != NULL) {
smch_pca9547_destroy (&self->smch_pca9547);
}
err_smch_pca9547_alloc:
err_num_fmc_active_clk_smios:
free (self);
err_self_alloc:
return NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment