Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269361
b: refs/heads/master
c: 5a29854
h: refs/heads/master
i:
  269359: 8b4bf0e
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Jeff Garzik committed Oct 14, 2011
1 parent b3c8854 commit 1dffd29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a94a746fb2572c03c664acece101ee03dae7a17
refs/heads/master: 5a2985486745b62c644462fbbafc6cbaac748065
4 changes: 4 additions & 0 deletions trunk/drivers/ata/pata_rdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ static struct pci_driver rdc_pci_driver = {
.id_table = rdc_pci_tbl,
.probe = rdc_init_one,
.remove = rdc_remove_one,
#ifdef CONFIG_PM
.suspend = ata_pci_device_suspend,
.resume = ata_pci_device_resume,
#endif
};


Expand Down

0 comments on commit 1dffd29

Please sign in to comment.