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

fmc-trivial: added a missing release_firmware()

parent c6b5b993
Branches
Tags
No related merge requests found
......@@ -44,6 +44,7 @@ int t_probe(struct fmc_device *fmc)
t_filename, ret);
ret = 0; /* not fatal, either (lazy me) */
}
release_firmware(fw);
}
return ret;
}
......
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