Hi,

        Please apply.

                        - Arnaldo

--- linux-2.4.0-test9-7/drivers/sound/esssolo1.c        Mon Sep 25 23:31:33 2000
+++ linux-2.4.0-test9-7.acme/drivers/sound/esssolo1.c   Tue Sep 26 22:01:17 2000
@@ -2085,12 +2085,11 @@
                        return -ERESTARTSYS;
                down(&s->open_sem);
        }
-       if (check_region(s->sbbase, FMSYNTH_EXTENT)) {
+       if (!request_region(s->sbbase, FMSYNTH_EXTENT, "ESS Solo1")) {
                up(&s->open_sem);
                printk(KERN_ERR "solo1: FM synth io ports in use, opl3 loaded?\n");
                return -EBUSY;
        }
-       request_region(s->sbbase, FMSYNTH_EXTENT, "ESS Solo1");
        /* init the stuff */
        outb(1, s->sbbase);
        outb(0x20, s->sbbase+1); /* enable waveforms */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to