Commit 76509eff authored by Alessandro Rubini's avatar Alessandro Rubini

fmc-trivial: added a missing release_firmware()

parent 13599f80
......@@ -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;
}
......
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