Changeset 410 for GPL/branches/uniaud32-2.0/lib32/pci.c
- Timestamp:
- Jan 25, 2009, 11:51:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/lib32/pci.c
r333 r410 755 755 } 756 756 757 voidpci_restore_state(struct pci_dev *pci)757 int pci_restore_state(struct pci_dev *pci) 758 758 { 759 759 int i; … … 763 763 saved_tbl[i].pci = NULL; 764 764 pci_orig_restore_state(pci, saved_tbl[i].config); 765 return ;765 return 0; 766 766 } 767 767 } 768 768 printk(KERN_DEBUG "snd: no saved pci config!\n"); 769 return 1; 769 770 } 770 771
Note:
See TracChangeset
for help on using the changeset viewer.