Re: PATCH: 2.5.28 Fix other peoples ALSA PCI fixe

From: Athanasius (link@gurus.tf)
Date: Thu Jul 25 2002 - 09:19:22 EST


On Thu, Jul 25, 2002 at 03:49:42PM +0100, Alan Cox wrote:
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.28/sound/pci/ice1712.c linux-2.5.28-ac1/sound/pci/ice1712.c
> --- linux-2.5.28/sound/pci/ice1712.c Thu Jul 25 10:51:01 2002
> +++ linux-2.5.28-ac1/sound/pci/ice1712.c Thu Jul 25 13:09:37 2002
> @@ -4070,8 +4070,8 @@
> /* --- */
> __hw_end:
> snd_ice1712_proc_done(ice);
> - synchronize_irq();
> if (ice->irq)
        ^^
> + synchronize_irq(ice->irq);
> free_irq(ice->irq, (void *) ice);
> if (ice->res_port) {
> release_resource(ice->res_port);

   Um, need some {} on that if now ?

-Ath

-- 
- Athanasius = Athanasius(at)miggy.org.uk / http://www.clan-lovely.org/~athan/
                  Finger athan(at)fysh.org for PGP key
	   "And it's me who is my enemy. Me who beats me up.
Me who makes the monsters. Me who strips my confidence." Paula Cole - ME
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 30 2002 - 14:00:20 EST