Ignore:
Timestamp:
Jan 25, 2009, 11:51:57 PM (17 years ago)
Author:
Paul Smedley
Message:

Update ALSA core to 1.0.19 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.0/lib32/pci.c

    r333 r410  
    755755}
    756756
    757 void pci_restore_state(struct pci_dev *pci)
     757int pci_restore_state(struct pci_dev *pci)
    758758{
    759759    int i;
     
    763763            saved_tbl[i].pci = NULL;
    764764            pci_orig_restore_state(pci, saved_tbl[i].config);
    765             return;
     765            return 0;
    766766        }
    767767    }
    768768    printk(KERN_DEBUG "snd: no saved pci config!\n");
     769    return 1;
    769770}
    770771
Note: See TracChangeset for help on using the changeset viewer.