From: "Samium Gromoff" <_deepfire@mail.ru>
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com
Subject: [PATCH] missing adlib release region
Date: Thu, 17 May 2001 11:54:41 +0400 [thread overview]
Message-ID: <E150IcL-0003v5-00@f4.mail.ru> (raw)
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]);
}
next reply other threads:[~2001-05-17 7:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-17 7:54 Samium Gromoff [this message]
2001-06-17 10:32 ` __exit Anil Kumar
2001-05-17 18:14 ` __exit Erik Mouw
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E150IcL-0003v5-00@f4.mail.ru \
--to=_deepfire@mail.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox