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/intel8x0.c

    r489 r522  
    23892389        iputdword(chip, ICHREG(GLOB_STA), cnt & status);
    23902390
     2391#ifdef CONFIG_SND_AC97_POWER_SAVE
    23912392        if (snd_intel8x0_ich_chip_can_cold_reset(chip))
    23922393                err = snd_intel8x0_ich_chip_cold_reset(chip);
    23932394        else
     2395#endif
    23942396                err = snd_intel8x0_ich_chip_reset(chip);
    23952397        if (err < 0)
Note: See TracChangeset for help on using the changeset viewer.