Changeset 598 for GPL/trunk/alsa-kernel/pci/cs5535audio/cs5535audio_pm.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk ¶
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified GPL/trunk/alsa-kernel/pci/cs5535audio/cs5535audio_pm.c ¶
r455 r598 20 20 21 21 #include <linux/init.h> 22 #include <linux/slab.h>23 22 #include <linux/pci.h> 24 23 #include <linux/delay.h> … … 92 91 93 92 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); 100 94 if (pci_enable_device(pci) < 0) { 101 95 printk(KERN_ERR "cs5535audio: pci_enable_device failed, "
Note:
See TracChangeset
for help on using the changeset viewer.