Skip to content

Commit

Permalink
Merge branch 'MegaManSec-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
patjak committed Oct 10, 2024
2 parents d47bb25 + 20055fa commit 45b9a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fthd_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ static struct pci_driver fthd_pci_driver = {
.name = KBUILD_MODNAME,
.probe = fthd_pci_probe,
.remove = fthd_pci_remove,
.shutdown = fthd_pci_remove,
.id_table = fthd_pci_id_table,
#ifdef CONFIG_PM
.suspend = fthd_pci_suspend,
Expand Down

0 comments on commit 45b9a2c

Please sign in to comment.