public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing adlib release region
@ 2001-05-17  7:54 Samium Gromoff
  2001-06-17 10:32 ` __exit Anil Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Samium Gromoff @ 2001-05-17  7:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

    i know, adlib_card is just a stupid interface, but
 i once was hit by this problem ;).

--- linux-2.4.4.orig/drivers/sound/adlib_card.c Fri May 11 22:42:55 2001
+++ linux-2.4.4/drivers/sound/adlib_card.c      Thu May 17 11:39:04 2001
@@ -50,6 +50,7 @@

 static void __exit cleanup_adlib(void)
 {
+       release_region(cfg.io_base,4);
        sound_unload_synthdev(cfg.slots[0]);

 }


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-05-17 18:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-17  7:54 [PATCH] missing adlib release region Samium Gromoff
2001-06-17 10:32 ` __exit Anil Kumar
2001-05-17 18:14   ` __exit Erik Mouw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox