Skip to content

Commit

Permalink
drm/i915: fix kernel panic during shutdown when SR-IOV enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
moetayuko committed Nov 22, 2023
1 parent 729b936 commit f67de63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/i915_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,6 @@ static void i915_pci_shutdown(struct pci_dev *pdev)
* access the device again.
*/
i915->do_release = IS_SRIOV_VF(i915);
pci_set_drvdata(pdev, NULL);
}

/**
Expand Down

0 comments on commit f67de63

Please sign in to comment.