Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • TabularUnified GPL/trunk/alsa-kernel/pci/cs5535audio/cs5535audio_pm.c

    r455 r598  
    2020
    2121#include <linux/init.h>
    22 #include <linux/slab.h>
    2322#include <linux/pci.h>
    2423#include <linux/delay.h>
     
    9291
    9392        pci_set_power_state(pci, PCI_D0);
    94         if (pci_restore_state(pci) < 0) {
    95                 printk(KERN_ERR "cs5535audio: pci_restore_state failed, "
    96                        "disabling device\n");
    97                 snd_card_disconnect(card);
    98                 return -EIO;
    99         }
     93        pci_restore_state(pci);
    10094        if (pci_enable_device(pci) < 0) {
    10195                printk(KERN_ERR "cs5535audio: pci_enable_device failed, "
Note: See TracChangeset for help on using the changeset viewer.