Update of /cvsroot/alsa/alsa-driver/pci In directory sc8-pr-cvs1:/tmp/cvs-serv5741
Modified Files: bt87x.c Log Message: Fixed warning Index: bt87x.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/pci/bt87x.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bt87x.c 4 Dec 2003 11:51:40 -0000 1.1 +++ bt87x.c 2 Jan 2004 13:44:06 -0000 1.2 @@ -250,7 +250,7 @@ static irqreturn_t snd_bt87x_interrupt(int irq, void *dev_id, struct pt_regs *regs) { - bt87x_t *chip = snd_magic_cast(bt87x_t, dev_id, return); + bt87x_t *chip = snd_magic_cast(bt87x_t, dev_id, return IRQ_NONE); unsigned int status; status = snd_bt87x_readl(chip, REG_INT_STAT); ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog