[PATCH] esssolo1.c: get rid of check_region

From: Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Date: Tue Sep 26 2000 - 20:04:33 EST


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 majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 30 2000 - 21:00:19 EST