Changeset 551 for GPL/trunk/alsa-kernel
- Timestamp:
- Apr 20, 2011, 7:40:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/hda/hda_intel.c
r522 r551 681 681 again: 682 682 timeout = jiffies + msecs_to_jiffies(1000); 683 for ( ;;) {683 for ( ; ; ) { 684 684 if (chip->polling_mode) { 685 685 spin_lock_irq(&chip->reg_lock); … … 709 709 } 710 710 #ifdef TARGET_OS2 711 if (count >= 5000) 711 if (count >= 5000) { 712 712 snd_printk(KERN_WARNING "hda_intel: count >= 5000, aborting loop in azx_rirb_get_response\n"); 713 713 } 714 714 #endif 715 715 if (chip->msi) {
Note:
See TracChangeset
for help on using the changeset viewer.