diff options
author | Russ Weight <russell.h.weight@intel.com> | 2021-06-14 20:09:03 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-15 10:28:15 +0300 |
commit | d9ec9daa20eb8de1efe6abae78c9835ec8ed86f9 (patch) | |
tree | 2f9d8b7cfc5d128fecd3e7d94239bbfe4ee88281 /scripts | |
parent | 341466b64f301dabaed791c5862d2ae5a9e72849 (diff) | |
download | linux-d9ec9daa20eb8de1efe6abae78c9835ec8ed86f9.tar.xz |
fpga: stratix10-soc: Add missing fpga_mgr_free() call
The stratix10-soc driver uses fpga_mgr_create() function and is therefore
responsible to call fpga_mgr_free() to release the class driver resources.
Add a missing call to fpga_mgr_free in the s10_remove() function.
Signed-off-by: Russ Weight <russell.h.weight@intel.com>
Reviewed-by: Xu Yilun <yilun.xu@intel.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Fixes: e7eef1d7633a ("fpga: add intel stratix10 soc fpga manager driver")
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210614170909.232415-3-mdf@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions