Changeset 479 for GPL/trunk/lib32/irq.c


Ignore:
Timestamp:
May 1, 2010, 9:49:10 PM (15 years ago)
Author:
David Azarewicz
Message:

Cleanup compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/irq.c

    r437 r479  
    206206#endif
    207207
    208                 // HDA Hardware generates controller interrupts and stream interrupts 
     208                // HDA Hardware generates controller interrupts and stream interrupts
    209209                // the uniaud16 driver only cares about stream interrupts.
    210                 // azx_interrupt in alsa-kernel/pci/hda/hda_intel.c will return rc 2 if 
    211                 // the interrupt is from the  controller. There is no need to call uniaud16 
    212                 // for these interrupts
    213                 if ( rc == 2 ) { 
     210                // azx_interrupt in alsa-kernel/pci/hda/hda_intel.c will return rc 2 if
     211                // the interrupt is from the  controller. There is no need to call uniaud16
     212                                // for these interrupts
     213                if ( rc == 2 ) {
    214214                    fInInterrupt = FALSE;
    215215                    *pulIrq = pSlot->irqNo;
Note: See TracChangeset for help on using the changeset viewer.