Skip to content
Snippets Groups Projects
Commit 2e4944da authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

wr-nic: free sdb array on exit

parent 8070c61b
Branches
Tags
No related merge requests found
...@@ -94,6 +94,7 @@ int wrn_remove(struct fmc_device *fmc) ...@@ -94,6 +94,7 @@ int wrn_remove(struct fmc_device *fmc)
fmc->op->irq_free(fmc); fmc->op->irq_free(fmc);
wrn_eth_exit(fmc); wrn_eth_exit(fmc);
wrn_gpio_exit(fmc); wrn_gpio_exit(fmc);
fmc_free_sdb_tree(fmc);
return 0; return 0;
} }
......
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