We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 187b811 + 4654cf5 commit 11e32bbCopy full SHA for 11e32bb
1 file changed
drivers/pci/controller/vmd.c
@@ -1042,9 +1042,9 @@ static void vmd_remove(struct pci_dev *dev)
1042
1043
static void vmd_shutdown(struct pci_dev *dev)
1044
{
1045
- struct vmd_dev *vmd = pci_get_drvdata(dev);
+ struct vmd_dev *vmd = pci_get_drvdata(dev);
1046
1047
- vmd_remove_irq_domain(vmd);
+ vmd_remove_irq_domain(vmd);
1048
}
1049
1050
#ifdef CONFIG_PM_SLEEP
0 commit comments