Ignore:
Timestamp:
Jul 22, 2010, 7:20:45 PM (15 years ago)
Author:
David Azarewicz
Message:

flush_workqueue hack, compiler warnings

File:
1 edited

Legend:

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

    r520 r522  
    24782478        }
    24792479
     2480#pragma disable_message (135,302)
    24802481        /* allow 64bit DMA address if supported by H/W */
    24812482        if ((gcap & ICH6_GCAP_64OK) && !pci_set_dma_mask(pci, DMA_BIT_MASK(64)))
     
    24852486                pci_set_consistent_dma_mask(pci, DMA_BIT_MASK(32));
    24862487        }
     2488#pragma enable_message (135,302)
    24872489
    24882490        /* read number of streams from GCAP register instead of using
Note: See TracChangeset for help on using the changeset viewer.