Changeset 551 for GPL/trunk/alsa-kernel


Ignore:
Timestamp:
Apr 20, 2011, 7:40:41 PM (15 years ago)
Author:
David Azarewicz
Message:

changed init to fail if RM failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/hda/hda_intel.c

    r522 r551  
    681681 again:
    682682        timeout = jiffies + msecs_to_jiffies(1000);
    683         for (;;) {
     683        for ( ; ; ) {
    684684                if (chip->polling_mode) {
    685685                        spin_lock_irq(&chip->reg_lock);
     
    709709        }
    710710#ifdef TARGET_OS2
    711         if (count >= 5000)
     711        if (count >= 5000) {
    712712                snd_printk(KERN_WARNING "hda_intel: count >= 5000, aborting loop in azx_rirb_get_response\n");
    713 
     713        }
    714714#endif
    715715        if (chip->msi) {
Note: See TracChangeset for help on using the changeset viewer.