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

    r488 r522  
    513513        /* perform a software reset */
    514514        atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, ATI_REG_CMD_AC_SOFT_RESET);
     515#pragma disable_message (302)
    515516        atiixp_read(chip, CMD);
    516517        udelay(10);
     
    530531                }
    531532        }
     533#pragma enable_message (302)
    532534
    533535        /* deassert RESET and assert SYNC to make sure */
Note: See TracChangeset for help on using the changeset viewer.