]> git.baikalelectronics.ru Git - kernel.git/commit
vDPA/ifcvf: decouple config IRQ releaser from the adapter
authorZhu Lingshan <lingshan.zhu@intel.com>
Fri, 25 Nov 2022 14:57:17 +0000 (22:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 12:55:41 +0000 (13:55 +0100)
commitbb45fc12e81a74102aab9bfcc461b8ec741cec3d
tree0e957d17b62c917c14886451b2cfffa614cbb24f
parent4ed639798f3331d56d7ba8d8d837b5551f71668d
vDPA/ifcvf: decouple config IRQ releaser from the adapter

commit bd214e449c3560a5f4e92d6f719af13e2a63b7b4 upstream.

This commit decouples config IRQ releaser from the adapter,
so that it could be invoked once probe or in err handlers.
ifcvf_free_irq() works on ifcvf_hw in this commit

Signed-off-by: Zhu Lingshan <lingshan.zhu@intel.com>
Cc: stable@vger.kernel.org
Message-Id: <20221125145724.1129962-6-lingshan.zhu@intel.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/vdpa/ifcvf/ifcvf_main.c