fpga: stratix10-soc: Add missing fpga_mgr_free() call
authorRuss Weight <russell.h.weight@intel.com>
Mon, 14 Jun 2021 17:09:03 +0000 (10:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jul 2021 07:44:59 +0000 (09:44 +0200)
commite0d9beb44abd6c2492697c8234d3840266bbddd5
tree4a15a32339e3130b4dfdd9d7ffe75963d0a99651
parent5a5ebf5d48229b4d227dae8b5eeef996bfce20b6
fpga: stratix10-soc: Add missing fpga_mgr_free() call

commit d9ec9daa20eb8de1efe6abae78c9835ec8ed86f9 upstream.

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>
drivers/fpga/stratix10-soc.c