]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() call
authorDave Jiang <dave.jiang@intel.com>
Thu, 12 May 2022 00:00:57 +0000 (17:00 -0700)
committerVinod Koul <vkoul@kernel.org>
Mon, 16 May 2022 12:49:29 +0000 (18:19 +0530)
commitd76b6adda0e4d60d3c448666d0c9e945270c87b2
tree64e338fd4db8d482421ec16a2a13754a7ab82a7c
parentaecf98447f65a03749505bd4fd0d979a424e071e
dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() call

idxd_wq_device_reset_cleanup() already calls idxd_wq_disable_cleanup().
There is no need to call idxd_wq_disable_cleanup() again in
idxd_device_wqs_clear_state(). Remove redudant call from
idxd_wq_device_reset_cleanup().

Fixes: a28c7234fdc1 ("dmanegine: idxd: cleanup all device related bits after disabling device")
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/165231365717.986350.2441351765955825964.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/idxd/device.c