We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7711c2 commit 0b67808Copy full SHA for 0b67808
drivers/bus/mhi/pci_generic.c
@@ -708,7 +708,7 @@ static void mhi_pci_remove(struct pci_dev *pdev)
708
struct mhi_pci_device *mhi_pdev = pci_get_drvdata(pdev);
709
struct mhi_controller *mhi_cntrl = &mhi_pdev->mhi_cntrl;
710
711
- del_timer(&mhi_pdev->health_check_timer);
+ del_timer_sync(&mhi_pdev->health_check_timer);
712
cancel_work_sync(&mhi_pdev->recovery_work);
713
714
if (test_and_clear_bit(MHI_PCI_DEV_STARTED, &mhi_pdev->status)) {
0 commit comments