summaryrefslogtreecommitdiff
path: root/drivers/media/pci/b2c2/flexcop-pci.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-10-06 12:17:53 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-10-06 12:17:53 +0300
commitecc762d08d9e6caee8c0d33e08c3662b669a949b (patch)
tree8496fba5767cef87cd4409fefc1f6352046b7898 /drivers/media/pci/b2c2/flexcop-pci.c
parent2844b98acb6112cf1eb7a16bbdc7fe9b319c17d4 (diff)
parenta9152eb181adaac576e8ac1ab79989881e0f301b (diff)
downloadlinux-rolling-lts.tar.xz
Merge v6.12.51linux-rolling-lts
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/media/pci/b2c2/flexcop-pci.c')
-rw-r--r--drivers/media/pci/b2c2/flexcop-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/b2c2/flexcop-pci.c b/drivers/media/pci/b2c2/flexcop-pci.c
index 486c8ec0fa60..ab53c5b02c48 100644
--- a/drivers/media/pci/b2c2/flexcop-pci.c
+++ b/drivers/media/pci/b2c2/flexcop-pci.c
@@ -411,7 +411,7 @@ static void flexcop_pci_remove(struct pci_dev *pdev)
struct flexcop_pci *fc_pci = pci_get_drvdata(pdev);
if (irq_chk_intv > 0)
- cancel_delayed_work(&fc_pci->irq_check_work);
+ cancel_delayed_work_sync(&fc_pci->irq_check_work);
flexcop_pci_dma_exit(fc_pci);
flexcop_device_exit(fc_pci->fc_dev);