kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]:  ioremap function balancing in init/cleanup sound/oss/dmasound/dmacound_awacs.c
@ 2007-07-30  5:39 postfail
  0 siblings, 0 replies; only message in thread
From: postfail @ 2007-07-30  5:39 UTC (permalink / raw)
  To: kernel-janitors, linux-kernel, linux-sound

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Two cases where ioremap can be called in init function but will
never be cleaned up. patch is against 2.6.23-rc1.

Signed-off-by: Post Fail <postfail <at> hushmail.com>
- ---

- --- ./linux-2.6.22.clean/sound/oss/dmasound/dmasound_awacs.c	2007-
07-08 19:32:17.000000000 -0400
+++ ./linux-2.6.22/sound/oss/dmasound/dmasound_awacs.c	2007-07-29
23:05:30.000000000 -0400
@@ -3204,6 +3204,12 @@ static void __exit dmasound_awacs_cleanu
 	}
 	dmasound_deinit();

+        if (latch_base)
+                iounmap(latch_base);
+
+        if (macio_base)
+                iounmap(macio_base);
+
 	of_node_put(awacs_node);
 	of_node_put(i2s_node);
 }

-----BEGIN PGP SIGNATURE-----
Note: This signature can be verified at https://www.hushtools.com/verify
Version: Hush 2.5

wpwEAQECAAYFAkateM4ACgkQ5iui/yAtoVllnAP/b/B6G+rmMgu0DXi6UOmpkPhw2aWZ
o8E7PiKXmqIjuxVcGERch+dQ5Fv2HytDWE0Wx7/T2P/4Q8rIbPLSemgIQmk0ZHUfPydG
mQ+kKMmtFI5MwJ63QeHwuz4O+E+3CzIS3j+ZDb+nYrOXOZexWHMWRSm8zG+3WjBj8wCH
G1z+Wvg=WXVV
-----END PGP SIGNATURE-----

--
Click here to find the right stock, bonds, and mutual funds.
http://tagline.hushmail.com/fc/Ioyw6h4dPQsHr6xVpkqxUgvUaGRi6snSI678yoStNKkIF2yytWsRWG/



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-30  5:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-30  5:39 [PATCH]: ioremap function balancing in init/cleanup sound/oss/dmasound/dmacound_awacs.c postfail

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).